diff --git a/JavaScript/README.md b/JavaScript/README.md new file mode 100644 index 0000000..793e070 --- /dev/null +++ b/JavaScript/README.md @@ -0,0 +1 @@ +## This is Hello World Program using JavaScript 🔥 diff --git a/JavaScript/index.html b/JavaScript/index.html new file mode 100644 index 0000000..7f8686c --- /dev/null +++ b/JavaScript/index.html @@ -0,0 +1,13 @@ + + + + + + Hello World JS + + + + + + + \ No newline at end of file diff --git a/JavaScript/index.js b/JavaScript/index.js new file mode 100644 index 0000000..cdbe049 --- /dev/null +++ b/JavaScript/index.js @@ -0,0 +1,3 @@ +alert("Hello World !!!"); + +console.log("Hello World !!!"); \ No newline at end of file