Question 1 of 10
const s1 = Symbol("id"); const s2 = Symbol("id"); console.log(s1 === s2);
What's the output?