From 856167b16a0856eb676a6344f55358bb7b2273bb Mon Sep 17 00:00:00 2001
From: zechariah popoola <olabode.oritogun@gmail.com>
Date: Thu, 9 Jun 2022 18:15:17 +0100
Subject: [PATCH 1/2] changes made

---
 app.js     | 2 ++
 index.html | 2 ++
 2 files changed, 4 insertions(+)
 create mode 100644 app.js

diff --git a/app.js b/app.js
new file mode 100644
index 0000000..ab80e31
--- /dev/null
+++ b/app.js
@@ -0,0 +1,2 @@
+// created an alert
+var callMe = alert("labodinho")
\ No newline at end of file
diff --git a/index.html b/index.html
index 2215042..92899d0 100644
--- a/index.html
+++ b/index.html
@@ -8,5 +8,7 @@
 </head>
 <body>
     <h1 style="text-align: center;">Learn Js</h1>
+
+    <script src="/app.js"></script>
 </body>
 </html>
\ No newline at end of file

From 79abcfe4095a6933331e47877ab160b97d25fbd5 Mon Sep 17 00:00:00 2001
From: Ola <olabode.oritogun@gmail.com>
Date: Thu, 9 Jun 2022 23:05:40 +0100
Subject: [PATCH 2/2] changes made in the app.js

---
 app.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app.js b/app.js
index ab80e31..e9c80ff 100644
--- a/app.js
+++ b/app.js
@@ -1,2 +1,4 @@
 // created an alert
-var callMe = alert("labodinho")
\ No newline at end of file
+var callMe = "labodinho";
+
+alert(callMe)