We can create expressions with numbers, too. We add numbers together with the + sign and subtract them from each other with the - sign.
+
-
Display 6 in the console by setting numberOfLikes to 5 + 1.
6
numberOfLikes
5 + 1
Set numberOfLikes to 5 + 1.