Test Set 2

Share it

Time limit: 15:00

Practice Test
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Question 1 of 20
Given the code below:
const copy = JSON.stringify([new String('false'), new Boolean(false), undefined]);
What is the value of `copy`?
Choose 1 answer