Home / Programming MCQs / JavaScript MCQs / Question
I
Q. If the following piece of JavaScript code is executed, will it work if not, what kind of possible error can occur?
function fun(o) { for(;o.next; oo =o.next); return o; }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Which function is used in JavaScript for URL encoding?
Which of the following functions is a valid type of function that javascript supports?
Which JavaScript keyword is used to declare a variable?
What will be the output of the following JavaScript code?
What is the use of the <noscript> tag in Javascript?
What will happen, if the following JavaScript code is executed?
How to insert a comment on several lines?
Can we put ; after for loop in Javascript? find the output of below code
The behaviour of the document elements can be defined by
When the “end” event fires on EOF when no more data will arrive, which function is called?
Discusssion
Login to discuss.