Which of the following methods can be used to display data in some form using Javascript?
document.write()
console.log()
window.alert()
All of the above
Correct Answer : D
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?