Which of the following code will throw an error?( )
JSON.parse('{}');
JSON.parse(null);
JSON.parse(undefined);
JSON.parse('[]');
Which of the following code will throw an error?( )
JSON.parse('{}');
JSON.parse(null);
JSON.parse(undefined);
JSON.parse('[]');