From 53e6d6d6a45cc7064a981523a2f5bc71666f9e1e Mon Sep 17 00:00:00 2001 From: harrietjopling <55762392+harrietjopling@users.noreply.github.com> Date: Tue, 10 Dec 2019 12:21:35 -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..b8bc0a6 100644 --- a/helloWorld/helloWorld.js +++ b/helloWorld/helloWorld.js @@ -1,5 +1,5 @@ const helloWorld = function() { - return '' + return 'Hello, World!' } module.exports = helloWorld