add hints to exercises

This commit is contained in:
Cody Loyd
2017-10-24 15:10:20 -05:00
parent cf1759dc97
commit dd17d8ac8b
7 changed files with 43 additions and 4 deletions
+3 -1
View File
@@ -45,4 +45,6 @@ var helloWorld = function() {
}
module.exports = helloWorld
```
```
For the most part we've set up these tests in such a way that you only have to write the code being tested. You should not have to worry about importing or exporting anything at this stage.. so just work around that bit of the code and write what it takes to make them pass!