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
@@ -11,5 +11,5 @@ You will notice in this exercise that there are multiple tests, after making the
## hints
## Hints
Strings in JavaScript cannot be reversed directly so you're going to have to split it into something else first.. do the reversal and then join it back together into a string.