21.
What is the purpose of the radix parameter in the parseInt() method?

22.
What will be the radix value of the parseInt() method when the string begins with 0?

23.
What is the purpose of the method JSON.parse()?

25.
What are the parameters of the method JSON.parse()?

26.
What will be the radix value of the parseInt() method when the string begins with any other value other than 0x and 0?

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

28.
Which of the following is a JavaScript Compressor?

29.
What is the purpose of the UgilifyJS?

30.
Which of the following is the fastest JavaScript parser?