MCQOPTIONS
Saved Bookmarks
| 1. |
var json= '{ "sId":2001,"sName":"John" }';//line 2console.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 | |