Which of the following methods is used to access HTML elements using Javascript?
getElementById()
getElementsByClassName()
Both A and B
None of the above
Correct Answer : C
Which of the following is true about variable naming conventions in JavaScript?
Which of the following function of String object creates a string to blink as if it were in a <blink> tag?
How can you get the type of arguments passed to a function?