let numberOfApplesEaten = 3;
We can combine creating a new variable and assigning a value to it to a single statement.
New variable…
…called numberOfApplesEaten…
… that will have the value ...
3.