Discussion :: Javascript - CS
- How do we get the DOM object in JavaScript?
Answer : Option A
Explanation :
The getElementbyId() is used to get the DOM object in JavaScript by simply calling that function associated with the HTML document.
Be The First To Comment