+ 3
How swift does the Sololearn team act on a reported quiz? The below code produces 'true false' but the answer is 'false false'
const a = [1,2,3]; const b = [1,2,3]; const c = "1,2,3"; console.log(a==c, a==b);
1 Resposta
+ 2
I think not that fast.