JavaScript MCQ : JS Statements (Multiple Choice Questions)


Question 1
Java Script have following type of Comment(s) -
A
Multiple Line Comments
B
HTML Style Comment
C
Single Line Comment
D
Enhanced Comments
Question 2
Single Line Comment Starts with _________ Symbol.
A
"//"
B
"#"
C
"$$"
D
"\\"
Question 3
Which of the following is considered as End of Single line comment ?
A
Semicolon
B
End of Statement
C
End of Line
D
"*/" Symbol
Question 4
Comments in JS are ignored by ____________.
A
Browser
B
JVM
C
Operating System
D
Compiler
Question 5
Comment Statement is _________________ type of statement.
A
Non Important
B
Non Executable
C
Non Usable
D
Executive
Question 5 Explanation: 
Write comment is useful and important for documentation purpose.
There are 5 questions to complete.