Update README.md

This commit is contained in:
Mohammed Nabeel 2020-07-16 09:19:22 +03:00 committed by GitHub
parent 1926dc2d2c
commit 62e3dead4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -49,4 +49,6 @@ 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!
Mohammed Nabeel's solution https://github.com/mnabeelp/javascript-exercises/tree/master/helloWorld/
Mohammed Nabeel's solutions:
https://github.com/mnabeelp/javascript-exercises/tree/master/helloWorld/
https://github.com/mnabeelp/javascript-exercises/tree/master/repeatString