ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 91 - Certified JavaScript Developer I discussion

Report
Export

Given the code below: const copy = JSON.stringify([ new String(' false '), new Bollean( false ), undefined ]); What is the value of copy?

A.
-- [ \"false\" , { } ]--
Answers
A.
-- [ \"false\" , { } ]--
B.
-- [ false, { } ]--
Answers
B.
-- [ false, { } ]--
C.
-- [ \"false\" , false, undefined ]--
Answers
C.
-- [ \"false\" , false, undefined ]--
D.
-- [ \"false\" ,false, null ]--
Answers
D.
-- [ \"false\" ,false, null ]--
Suggested answer: D
asked 23/09/2024
Reaper Gamer
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first