The And && and Or || operators have a cool trick in Javascript. They don’t necessarily evaluate to a strict… Read more JavaScript Short Circuiting: Using And/Or Instead of If-Else
Tag: boolean logic
Rules of Boolean Logic in JavaScript
Boolean logic is like it’s own kind of weird math. Understanding how to get that weird math to do what… Read more Rules of Boolean Logic in JavaScript
Practice with Boolean Logic in JavaScript
Boolean logic is like it’s own kind of weird math. Understanding how to get that weird math to do what… Read more Practice with Boolean Logic in JavaScript