Capitalize 'Hint'-subtitles

This commit is contained in:
Étienne Boisseau-Sierra
2018-06-08 23:20:59 -04:00
parent c17c207d0e
commit 35f797f454
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ sumAll(1, 4) // returns the sum of 1 + 2 + 3 + 4 which is 10
```
## hints
## Hints
Think about how you would do this on pen and paper and then how you might translate that process into code:
- create a variable to hold the final sum