Skip to content

Commit

Permalink
Merge pull request #374 from meechiekitten/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in JS tutorial
  • Loading branch information
KimberleyCook committed Nov 14, 2017
2 parents cd7e652 + 1db0747 commit 778416e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/lesson2/tutorial.md
Expand Up @@ -132,7 +132,7 @@ var enoughPizzas = (coaches + students) < pizzas;
console.log('Do we have enough pizzas for everybody? ' + enoughPizzas);
```
> Now sit with your coach and create 2 variables, one is your age and one is the
> 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.
## If statements

Expand Down

0 comments on commit 778416e

Please sign in to comment.