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.
2 parents cd7e652 + 1db0747 commit 778416eCopy full SHA for 778416e
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