Exit
Play Mode
0 0
Q.01·JavaScript·01/180

What is the output?

Question Snippet
const set = new Set([1, 2, 2, 3, 3, 3]);
console.log(set.size);
set.add(2);
console.log(set.size);

How the timer works

✓ Correct: +5s

✗ Wrong: 10s

Click Auto to remove timer.

20:00left