Skip to content

Commit 778416e

Browse files
Merge pull request #374 from meechiekitten/patch-1
Fixed typo in JS tutorial
2 parents cd7e652 + 1db0747 commit 778416e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/lesson2/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ var enoughPizzas = (coaches + students) < pizzas;
132132
console.log('Do we have enough pizzas for everybody? ' + enoughPizzas);
133133
```
134134
> Now sit with your coach and create 2 variables, one is your age and one is the
135-
> minimum driving age. Then console log whether you are older enough to drive.
135+
> minimum driving age. Then console log whether you are old enough to drive.
136136
137137
## If statements
138138

0 commit comments

Comments
 (0)