From b1308eb09f3490f42017e62ff1a6ece866556249 Mon Sep 17 00:00:00 2001 From: Danish Jawaid <46193533+Danish099@users.noreply.github.com> Date: Wed, 12 Jun 2019 09:05:06 -0700 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..9e78aaf 100644 --- a/helloWorld/helloWorld.js +++ b/helloWorld/helloWorld.js @@ -1,5 +1,5 @@ const helloWorld = function() { - return '' + return 'Hello, World' } module.exports = helloWorld