From 373bc8ad40ba2024ba710e04e894f0aaec7e5069 Mon Sep 17 00:00:00 2001 From: alonso Date: Tue, 28 Jun 2022 13:00:10 -0400 Subject: [PATCH] esta listo --- 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..441d8a3 100644 --- a/01_helloWorld/helloWorld.js +++ b/01_helloWorld/helloWorld.js @@ -1,5 +1,5 @@ const helloWorld = function() { - return '' + return 'Hello, World!'s }; module.exports = helloWorld;