Login
Remember
Register
Ask a Question
Which of the following is not the properties of screen objects in JavaScript?
0
votes
asked
Oct 9, 2022
in
JavaScript
by
Robin
Which of the following is not the properties of screen objects in JavaScript?
a) AvailHeight
b) ColorsDepth
c) AvailWidth
d) ColorDepth
javascript
objects
properties
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 9, 2022
by
Robin
Answer:- B
reason:-Screen objects are used to read the information from the client's screen. The properties of screen objects are -
1. AvailHeight
2. AvailWidth
3. ColorDepth
4. Width
5. Height
...