From 4310127566d5ab96d6081dcbf8439d9168df7caf Mon Sep 17 00:00:00 2001 From: prasad-niveus <prasad.bhat@niveussolutions.com> Date: Mon, 1 Apr 2024 11:18:59 +0530 Subject: [PATCH] added comments --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c0b6753..057da57 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ - +// created a promise which returns a message const myPromise = () => { return new Promise((resolve, reject) => { -- GitLab