You're writing a conditional that decides if a code snippet should be executed or not. Which keyword do you start with?

ifwhen

That's a good start!

We start with the if keyword when writing a conditional statement that decides if a code snippet is run or skipped.