Schrödinger's Code
if ("Is Schrödinger's cat is black".length === 5 )
{
console.log("Let's go down the first road!");
}
else
{
// What should we do if the condition is false? Fill in here:
console.log("Let's pet the Cat!");
}
![]() |
Pet the Cat, 2014 by Chase Alias for SchrodingerCode.blogspot.com |