From a8cf2261835bd7a8ec4007bf388cdfd149c87f71 Mon Sep 17 00:00:00 2001 From: hannah <1hd.law@gmail.com> Date: Mon, 30 Jan 2023 12:39:12 -0500 Subject: [PATCH] Added message Help I'm crying --- demo.html | 3 +++ 1 file changed, 3 insertions(+) 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 :)"); +}