List of questions
Related questions
Question 3 - Certified JavaScript Developer I discussion
Which statement phrases successfully?
A.
JSON.parse ( ' foo ' );
B.
JSON.parse ( " foo " );
C.
JSON.parse( " ' foo ' " );
D.
JSON.parse(' " foo " ');
Your answer:
0 comments
Sorted by
Leave a comment first