JavaScript não é igual
0 !== "0"
0 !== 0
2 Programmers 1 Bug
0 !== "0"
0 !== 0
let a=12
if(a!=5){
console.log(true)
}
since a is not equal to 5, it will print true