Discussion :: Javascript - CS
- What are the parameters of the method JSON.parse()?
Answer : Option C
Explanation :
The parameters of the method JSON.parse() are :
1. text : The string to parse as JSON. 2. reviver : If a function, prescribes how the value originally produced by parsing is transformed, before being returned.
Be The First To Comment