review
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user