The goals 💪🏻Conditional Statement (if statements) & Expressions ✌🏻Boolean Values & Operators 👍🏻Loops in JavaScript 👏🏻Error Handling Conditional Code Execution function doSomething() - if (someCondition) Option A: e.g. agg two numbers Option B: e.g. subtract two numbers Boolean Operators Important For Conditional Code: Return true or false ==: Check for value equality e.g. a == b !=: Check for va..