From 4a2fafc8d72c187be79a6ec04beab56b6f315d69 Mon Sep 17 00:00:00 2001 From: gauthiier Date: Mon, 18 Dec 2023 07:25:32 +0100 Subject: [PATCH] review --- 1.Basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.Basics.md b/1.Basics.md index d03272d..928c13f 100644 --- a/1.Basics.md +++ b/1.Basics.md @@ -181,7 +181,7 @@ function draw() { ## 🤔 What are conditional statements (i.e. if-statements)? -Here is the way to express if-statements: +Below are what is commonly called "if-statements": ```javascript if(conditionX) {