From 9e1084596b1adce81a73e26fd7bdab037f982f7b Mon Sep 17 00:00:00 2001 From: harrietjopling <55762392+harrietjopling@users.noreply.github.com> Date: Tue, 10 Dec 2019 11:56:33 -0500 Subject: [PATCH] Update helloWorld.js --- 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