List of questions
Related questions
Question 150 - Certified JavaScript Developer I discussion
Which statement parses 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