1.

Consider the following code snippet.for(var n in m) console.log(m[n]);The above code is equivalent to which code?

A. None of these
Answer» C.


Discussion

No Comment Found