Przejdź do głównej zawartości
let booleanValue = false

if (booleanValue = !false) {
console.log("It's not false!")
}