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