This commit is contained in:
gauthiier 2023-12-18 07:25:32 +01:00
parent 3c41d2cbc0
commit 4a2fafc8d7

View File

@ -181,7 +181,7 @@ function draw() {
## 🤔 What are conditional statements (i.e. if-statements)? ## 🤔 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 ```javascript
if(conditionX) { if(conditionX) {