⟩ Which symbol is used for comments in Javascript?
// for Single line comments and
/* Multi
Line
Comment
*/
// for Single line comments and
/* Multi
Line
Comment
*/
Tell me what is JavaScript?
Whether JavaScript has concept level scope?
What is 'this' keyword in JavaScript?
What is the use of type of operator?
Explain how to read and write a file using JavaScript?
What are escape characters?
What is unshift method in JavaScript?
What are JavaScript Cookies?
Which keywords are used to handle exceptions?
Explain window.onload and onDocumentReady?