From 57903ede4cb1a24bac344aec64685095fb8f3289 Mon Sep 17 00:00:00 2001 From: Oblikay Date: Sun, 3 Aug 2025 15:44:05 +0300 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 df27036e279..b542f3ba428 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;