Home / Programming MCQs / JavaScript MCQs / Question
D
Q. When interpreter encounters an empty statements, what it will do:
In JavaScript, when the interpreter encounters a empty statements it normally ignores or not response to that empty statement. The empty statements also sometimes very useful like we use the empty statements for creating loop for nothing.
You must be Logged in to update hint/solution
Consider the following code snippet : What does the last statement return ?
How to write an IF condition in JavaScript?
What is the purpose of a return statement in a function?
When will the window property come into play?
What is the purpose of the function parameter filetype?
Which is the method used to process on the input’s post data before it is saved to the database?
what will be the output of the below code?
What are the different alternatives of == and != in JavaScript?
Discusssion
Login to discuss.