Which function is used to convert text into a JavaScript object?
Options:
Explanation:
The
JSON.parse() function is used to convert text into a JavaScript object.
Tags:
JSON
Answer:
Which function is used to convert text into a JavaScript object JSON.parse().