From 32eec04926e529d9d951e804a15d936aee5d25d6 Mon Sep 17 00:00:00 2001 From: Azim01 <40251856+Azim201@users.noreply.github.com> Date: Tue, 17 Oct 2023 14:19:34 +0800 Subject: [PATCH] Update helloWorld.js --- 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..74a1366 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;