From 95dafe9d65aae15d83a5538b252fd19e28ccfee1 Mon Sep 17 00:00:00 2001 From: ab-sow <62764353+ab-sow@users.noreply.github.com> Date: Sun, 15 Aug 2021 10:19:07 +0100 Subject: [PATCH] doing asignment doing asignment --- 01_helloWorld/helloWorld.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_helloWorld/helloWorld.js b/01_helloWorld/helloWorld.js index df27036..408b129 100644 --- a/01_helloWorld/helloWorld.js +++ b/01_helloWorld/helloWorld.js @@ -1,5 +1,5 @@ const helloWorld = function() { - return '' + return 'Hello World' }; module.exports = helloWorld;