Vidyalelo
JavaScript · Q44

Parsing, Benchmarking And Logging

Programming · JavaScript · question 44

Q44

What is the purpose of the property width belonging to the ImageData element?

A.
Number of data
B.
Number of pixels
C.
Number of pixels per row of data
Answer
D.
All of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
The width property is used to retrieve or store the number of pixels per row of data.