Skip to content

Latest commit

 

History

History

README.md

Boolean logic

At the core of any application is making decisions. You can manage branching logic in JavaScript with an if/else or switch/case statement.

Further reading