From 1869dd90e64d397b45ff7b9884c6ec3db2876537 Mon Sep 17 00:00:00 2001 From: "[damisi00]" Date: Wed, 8 Jun 2022 03:35:42 +0100 Subject: [PATCH] completed this challenge --- app.js | 3 +++ index.html | 1 + 2 files changed, 4 insertions(+) create mode 100644 app.js diff --git a/app.js b/app.js new file mode 100644 index 0000000..98dcb85 --- /dev/null +++ b/app.js @@ -0,0 +1,3 @@ +var myName = "Dami E" + +alert(myName) \ No newline at end of file diff --git a/index.html b/index.html index 2215042..41e9cf2 100644 --- a/index.html +++ b/index.html @@ -8,5 +8,6 @@

Learn Js

+ \ No newline at end of file