Multiple choice technology programming languages

parseJSON is a standard function available in javascript like alert, eval and others.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

parseJSON is not a standard built-in JavaScript function. The standard method for parsing JSON strings is JSON.parse(). The parseJSON function might have existed in some non-standard implementations or specific libraries, but it's not part of core JavaScript like alert() or eval().