JavaScript MCQ : JS Statements (Multiple Choice Questions)
Question 1 |
Executable single line of Script is called as _________________.
Statement in JavaScript | |
None of these | |
Breakpoint in JS | |
Line in JS |
Question 2 |
JavaScript Statements are executed by ________ .
JVM | |
Server | |
Compiler | |
Browser |
Question 3 |
Java Statement terminated by ______________ ,
Comma | |
Slash | |
Full Stop | |
Semicolon |
Question 3 Explanation:
Every Executable JavaScript Statements is terminated by semicolon (optional)
Question 4 |
JavaScript code contain sequence of ___________.
HTML Tags | |
All of these | |
Executable Statements | |
Method Calls |
Question 5 |
Which of the following statement is used to declare variable in JavaScript ?
Assignment Statement | |
Conditional Statement | |
Declaration Statement | |
Executable Statement |
There are 5 questions to complete.