1.

_ Consider the following code snippetlet x=x+1;console.log(x);What will be the result for the above code snippet?$?

A. 0
B. Null
C. ReferenceError
D. NaN
Answer» E.


Discussion

No Comment Found