What’s wrong with this JavaScript? JSON.parse({"first": "Sarah", "last": "Connor"}) ;( )
JSON should be wrapped with curly braces.
JSON.parse() is missing an argument.
The value supplied to JSON.parse() is not a string.
Nothing is wrong with it.
What’s wrong with this JavaScript? JSON.parse({"first": "Sarah", "last": "Connor"}) ;( )
JSON should be wrapped with curly braces.
JSON.parse() is missing an argument.
The value supplied to JSON.parse() is not a string.
Nothing is wrong with it.