From 6fadb91b09a389d9610ba9eda59bbce9b6f7a51c Mon Sep 17 00:00:00 2001 From: Bunmi Date: Sat, 11 Jun 2022 10:08:38 -0700 Subject: [PATCH] Created an alert --- app.js | 3 +++ index.html | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 app.js diff --git a/app.js b/app.js new file mode 100644 index 0000000..41a0255 --- /dev/null +++ b/app.js @@ -0,0 +1,3 @@ +var myName = "Bunmi" + +alert("Hi " + myName + "!") \ No newline at end of file diff --git a/index.html b/index.html index b5fb45a..fb2f35b 100644 --- a/index.html +++ b/index.html @@ -8,5 +8,7 @@

Learn Js

+ +