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