From e1f40c50f02fc88fe2b34d947511c87b3b186d9e Mon Sep 17 00:00:00 2001 From: vang37 <51155000+vang37@users.noreply.github.com> Date: Fri, 5 Jul 2019 13:16:14 +0800 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