← go back
In JavaScript, [] == 0 is true.
In JavaScript, [0] == 0 is also true.
You might assume [] == [0] is true from this.
But no. JavaScript says it's false.
Jan 20, 2023, 11:04 PM
(edited)
3 1 3
In JavaScript, [] == 0 is true.
In JavaScript, [0] == 0 is also true.
You might assume [] == [0] is true from this.
But no. JavaScript says it's false.
Comments