From d436ef05d89f0778b72cd48e75dcf47a87bcfd13 Mon Sep 17 00:00:00 2001 From: "tomosa.sarkar" Date: Wed, 29 Jan 2025 13:40:29 +0530 Subject: [PATCH] first commit-CRM_module --- TODO.md | 5 ----- test.js | 16 ---------------- 2 files changed, 21 deletions(-) delete mode 100644 test.js diff --git a/TODO.md b/TODO.md index ba09a40..1f600ad 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1 @@ # Todo - -- Fix scroll issues with appshell main area -- Display Normal error inside the dialog box -- Give search box for fetching the user -- Apply the delete functionality \ No newline at end of file diff --git a/test.js b/test.js deleted file mode 100644 index 33bd80d..0000000 --- a/test.js +++ /dev/null @@ -1,16 +0,0 @@ -function getRandom() { - return Math.random() -} - -class Test { - static random = getRandom(); - - static getRandom() { - return Test.random; - } - -} - -console.log(Test.getRandom()) -console.log(Test.getRandom()) -console.log(Test.getRandom()) \ No newline at end of file