From 62e3dead4de3b09e7c3144d6420bb44882f4264b Mon Sep 17 00:00:00 2001 From: Mohammed Nabeel Date: Thu, 16 Jul 2020 09:19:22 +0300 Subject: [PATCH 1/2] Update README.md --- helloWorld/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/helloWorld/README.md b/helloWorld/README.md index ff32340..eb69d69 100644 --- a/helloWorld/README.md +++ b/helloWorld/README.md @@ -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 From 69fec108059b282fe677343913788fd3b5dbb117 Mon Sep 17 00:00:00 2001 From: Mohammed Nabeel Date: Thu, 16 Jul 2020 09:20:52 +0300 Subject: [PATCH 2/2] Update README.md --- helloWorld/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloWorld/README.md b/helloWorld/README.md index eb69d69..8373ce0 100644 --- a/helloWorld/README.md +++ b/helloWorld/README.md @@ -51,4 +51,4 @@ For the most part we've set up these tests in such a way that you only have to w Mohammed Nabeel's solutions: https://github.com/mnabeelp/javascript-exercises/tree/master/helloWorld/ -https://github.com/mnabeelp/javascript-exercises/tree/master/repeatString +https://github.com/mnabeelp/javascript-exercises/tree/master/repeatString/