From f04fe46315ce2bab8b628f9e103f2c754fe510c9 Mon Sep 17 00:00:00 2001 From: "Sunday P. Afolabi" <31808402+Lecon-Git@users.noreply.github.com> Date: Thu, 7 Oct 2021 13:59:34 +0100 Subject: [PATCH] Using js alert function Add a line of js code to say hello world. --- script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/script.js b/script.js index e69de29..f031050 100644 --- a/script.js +++ b/script.js @@ -0,0 +1 @@ +alert("Hello World!");