How swift does the Sololearn team act on a reported quiz? The below code produces 'true false' but the answer is 'false false' | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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);

1st Jul 2019, 1:44 PM
Jesse Brite
Jesse Brite - avatar
1 Answer
+ 2
I think not that fast.
2nd Jul 2019, 2:47 AM
Sonic
Sonic - avatar