Question: Which method converts JSON data to a JavaScript object?

  1. `JSON.fromString();`
  2. `JSON.parse()`
  3. `JSON.toObject()`
  4. `JSON.stringify()`

Answer: The correct answer of the above question is Option B:`JSON.parse()`