We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7e652 commit 1db0747Copy full SHA for 1db0747
js/lesson2/tutorial.md
@@ -132,7 +132,7 @@ var enoughPizzas = (coaches + students) < pizzas;
132
console.log('Do we have enough pizzas for everybody? ' + enoughPizzas);
133
```
134
> 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.
+> minimum driving age. Then console log whether you are old enough to drive.
136
137
## If statements
138
0 commit comments