1.

var json= '{ "sId":2001,"sName":"John" }';
//line 2
console.log(student.sId+" "+student.sName);
5.What will be the output of the following JavaScript code?

A. true
B. false
C. 0
D. 1
Answer» C. 0


Discussion

No Comment Found

Related MCQs