JavaScript Interview questions


Total available count: 22
Subject - JavaScript Frameworks
Subsubject - JavaScript

Which symbol is used for comments in JavaScript?

 Single line comment:

//Slightbook description
Window.alert(?Slightbook?);

Multi line comment:

/*  
Slightbook description
Window. Alert(?Slightbook?);
*/

 




Next 5 interview question(s)

1
What is a prompt box?
2
What is 'this' keyword in JavaScript?
3
What is NEGATIVE_INFINITY?
4
What is the use of isNaN function?
5
What is break and continue statements?