Animal mystery

Report a typo

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!");
}
Select one option from the list
___

Create a free account to access the full topic