From 4ecd97de4c77e05ccdeff6e4398c26df6ed0d9c7 Mon Sep 17 00:00:00 2001 From: mohammed kaif Date: Mon, 10 Jun 2024 21:26:38 +0500 Subject: [PATCH] 1st problem solved --- JS-LEETCODE SOLVED/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JS-LEETCODE SOLVED/script.js b/JS-LEETCODE SOLVED/script.js index 6b292b5..37d9b28 100644 --- a/JS-LEETCODE SOLVED/script.js +++ b/JS-LEETCODE SOLVED/script.js @@ -3,7 +3,7 @@ const createHelloWorld = function() { return function(...args) { - ["hello world"] + return "hello world" } };