From 8a1577c23c036b8cbaf8a339655711336a9234ca Mon Sep 17 00:00:00 2001 From: TedoHarisC Date: Mon, 12 Oct 2020 14:04:02 +0700 Subject: [PATCH] Aded Alert Hello World using JS --- alert-hello-world.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 alert-hello-world.js diff --git a/alert-hello-world.js b/alert-hello-world.js new file mode 100644 index 0000000..8a55d51 --- /dev/null +++ b/alert-hello-world.js @@ -0,0 +1 @@ +alert("Hello World !"); \ No newline at end of file