In this lab, you will be working with JavaScript If Statements. An if
statement is a block of code that executes if a certain condition is met.
You will be working with an if
statement located inside of a function. You will use console.log()
to display the resulting value.
Upon completion of this lab, you will be able to:
if
statementselse if
else
statement when all other conditions are falseThe following courses/courses and labs can ensure your success:
Nov. 23rd, 2021 - Resolved an issue causing the checks to unexpectedly fail in some cases