Vidyalelo
JavaScript · Q70

Caching And Debugging

Programming · JavaScript · question 70

Q70

What is the reason for avoiding the attributes property in the HTML DOM?

A.
Found unncessary
B.
Attributes don’t have attributes
Answer
C.
Attributes have attributes
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
The reason for avoiding the attributes property in the HTML DOM is because Attributes don’t have attributes.