What will be printed in the console as a result of the following code?
let condition = true;
if (!!!condition) {
console.log("Cat!");
} else {
console.log("Dog!");
}What will be printed in the console as a result of the following code?
let condition = true;
if (!!!condition) {
console.log("Cat!");
} else {
console.log("Dog!");
}Create a free account to access the full topic