From 5ae1a0ac87df1f1bb75ed594afbcc43a36965f6f Mon Sep 17 00:00:00 2001 From: Harprit Singh Date: Sun, 26 Apr 2020 15:05:08 +0200 Subject: [PATCH] finshed helloWorld and repeatStirng --- helloWorld/helloWorld.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloWorld/helloWorld.js b/helloWorld/helloWorld.js index a41264d..7d01115 100644 --- a/helloWorld/helloWorld.js +++ b/helloWorld/helloWorld.js @@ -1,5 +1,5 @@ const helloWorld = function() { - return '' + return 'Hello, World!' } module.exports = helloWorld