Module: Conditional Expressions and Branching

Boolean expressions and conditional statements to control program flow.

Dates:

Learning Outcomes

Conditionals and Branching

You understand conditional expressions, how they are used to perform branching with if-statements to control program flow.

Readings

JS Flow of control I

Learn about conditionals, if-statements, and switch.

Experiential Learning

Lab: Conditionals and Branching

Learn about conditional expressions and if-statements

Introduction to Conditionals and Branching

Learn about conditional expressions and if-statements screencast

Invoice2

A WOD using expressions to generate a sales receipt.