fork download
  1. const array1 = [1, 1];
  2. const array2 = [11];
  3. console.log(array1.join('') === array2.join('')) //should be false
Success #stdin #stdout 0.04s 122240KB
stdin
Standard input is empty
stdout
true