diff --git a/Lesson1/1.1/1.1.md b/Lesson1/1.1/1.1.md index 140c744..f0ba676 100644 --- a/Lesson1/1.1/1.1.md +++ b/Lesson1/1.1/1.1.md @@ -31,7 +31,7 @@ For our variable activities, we will have use the code **say(message)** to make Practice creating a variable for the number of lives a player starts with in our new pc game and assigning it a value of 5 and have the player say the number of lives. -#### +#### ~tutorialhint ```javascript