Consider the following code snippet
function printprops(o) { for(var p in o) console.log(p + ": " + o[p] + "n"); }
What will the above code snippet result ?
A.Prints the contents of each property of o
B.Returns undefined
C.All of the mentioned
D.None of the mentioned
Answers
Answered by
0
c number is a correct answer
Similar questions
Math,
6 months ago
Social Sciences,
6 months ago
English,
6 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Math,
1 year ago
English,
1 year ago