From 6d59c4f38adf3bc9f87c43c018d97d58fd28c736 Mon Sep 17 00:00:00 2001 From: MAHER Date: Sun, 19 Oct 2025 18:16:34 +0530 Subject: [PATCH] fix change --- index.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 index.js diff --git a/index.js b/index.js new file mode 100644 index 0000000..03b49a7 --- /dev/null +++ b/index.js @@ -0,0 +1,6 @@ +console.log("Hello!!"); +function handleBtn { + console.log("Handle Btn!"); +} + +handleBtn(); \ No newline at end of file