Home / Programming MCQs / JavaScript MCQs / Question
R
Q. Can we put ; after for loop in Javascript? find the output of below code
<script> for(var i=0;i<5;i++); { document.write(i++); } </script>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
The primary purpose of the array map() function is that it
JavaScript counts positions from?
When an operator’s value is NULL, the typeof returned by the unary operator is:
What are the three crucial manipulations done in a "for loop" on a loop variable in JavaScript?
What are the two output formats YSlow uses?
If the operator value is null, then the unary operator returns the typeof _________.
The word “document” mainly refers to
In JavaScript which of the following is used to declare variable
Discusssion
Login to discuss.