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