mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-06-05 15:09:09 +09:00
add hints to exercises
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user