diff --git a/demo.html b/demo.html index 9e0f43c..6f3e357 100644 --- a/demo.html +++ b/demo.html @@ -7,6 +7,9 @@ function hello(){ console.log("Hello World!"); } +function hi(){ + console.log("HEY BRIIIII :)"); +}