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) {