Null is how we describe a variable that holds no value.
Can you check if number holds a value using the null keyword?
Nice! All the variables we've been using have had values and are not equal to null.
Oops-a-daisy! We'll need to use the null keyword to check if a variable holds a value.