From 2ff8208ecb891db8ee3a530b6b6a6a69e5c0b6ba Mon Sep 17 00:00:00 2001 From: owoyemi idris olamilekan Date: Sat, 11 Jun 2022 20:57:40 +0100 Subject: [PATCH] first commit --- app.js | 3 +++ index.html | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 app.js create mode 100644 index.html diff --git a/app.js b/app.js new file mode 100644 index 0000000..b104f07 --- /dev/null +++ b/app.js @@ -0,0 +1,3 @@ +var name= ("halfboyfriend") + +alert("halfboyfriend") \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..fbb2ecc --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + + + + Learn Js + + +

Learn Js

+ + + \ No newline at end of file