What kind of an exception will be thrown if the string to parse is not valid JSON?

What kind of an exception will be thrown if the string to parse is not valid JSON? Correct Answer SyntaxError

The JSON.parse() method parses a string and returns a JavaScript object. The method JSON.parse()throws a SyntaxError exception if the string to parse is not valid JSON.

Related Questions

What is the purpose of the method JSON.parse()?
What are the parameters of the method JSON.parse()?
Which of the following does JSON.stringify not serialize?
Which of the following is used for parsing JSON text?
What is the purpose of the url json?
The property of JSON() method is:
What will be the step of the interpreter in a jump statement when an exception is thrown?
Which exception is thrown when divide by zero statement executes?
Which exception is thrown when an array element is accessed beyond the array size?