From be711da3ec95c7245f1892a9348c8605b6e2327f Mon Sep 17 00:00:00 2001 From: SamihaSyeed <87048819+SamihaSyeed@users.noreply.github.com> Date: Fri, 27 Aug 2021 17:01:29 +0530 Subject: [PATCH] Update helloWorld.js --- 01_helloWorld/helloWorld.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/01_helloWorld/helloWorld.js b/01_helloWorld/helloWorld.js index 98b9988..d8e9ed3 100644 --- a/01_helloWorld/helloWorld.js +++ b/01_helloWorld/helloWorld.js @@ -1,6 +1,6 @@ const helloWorld = function() { return 'Hello, World!' -} +}; -module.exports = helloWorld +module.exports = helloWorld;