R
Q. What is the output for code A and B?
Code A: var x = 10; y = --x + 1; alert(y); Code B: var x = 10; y = x-- + 1; alert(y);
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which one of the following options is the correct output for the given code of JavaScript?
Q. When the “end” event fires on EOF when no more data will arrive, which function is called?
Q. What will be the output of the following code snippet?
Q. What will be the output of the following JavaScript code snippet?
Q. What are the three important manipulations for a loop on a loop variable?
Q. What kind of work is being performed in the following given part of JavaScript's code?
Q. What is the significance of scripting?
Q. The language is commonly used to
Q. The main difference between the variables declared with var and with let is
Discusssion
Login to discuss.