From d995e655c846bcb64df360ed8a62c0a19fb498bd Mon Sep 17 00:00:00 2001 From: jbb712 <103154151+jbb712@users.noreply.github.com> Date: Thu, 27 Apr 2023 16:35:20 -0400 Subject: [PATCH] Update Lesson1/1.1/1.1.md --- Lesson1/1.1/1.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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