MCQOPTIONS
Saved Bookmarks
| 1. |
var todaysDate = new Date()console.log( todaysDate.toLocaleString() );7......... serializes only the enumerable own properties of an object. |
| A. | JSON.Parse() |
| B. | JSON.Stringify() |
| C. | JSON.Null() |
| D. | JSON.Objectify() |
| Answer» C. JSON.Null() | |