From 96e7d9f41486052eebddeaf9522a9aa27fa5f24d Mon Sep 17 00:00:00 2001 From: Mohammed Nabeel Date: Thu, 16 Jul 2020 08:28:52 +0300 Subject: [PATCH] Update README.md --- helloWorld/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helloWorld/README.md b/helloWorld/README.md index 8b30771..ff32340 100644 --- a/helloWorld/README.md +++ b/helloWorld/README.md @@ -48,3 +48,5 @@ 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/