Skip to content

Commit

Permalink
1st problem solved
Browse files Browse the repository at this point in the history
  • Loading branch information
MKAIF5 committed Jun 10, 2024
1 parent f8d7884 commit 4ecd97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JS-LEETCODE SOLVED/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const createHelloWorld = function() {

return function(...args) {
["hello world"]
return "hello world"
}
};

Expand Down

0 comments on commit 4ecd97d

Please sign in to comment.