From a9e8aa123131613d377fbd264cf05561836aeedd Mon Sep 17 00:00:00 2001 From: Aryan Racha Date: Sun, 20 Oct 2024 13:44:45 +0530 Subject: [PATCH] added Aryan --- AryanRacha.js | 14 ++++++++++++++ github-mastery | 1 + 2 files changed, 15 insertions(+) create mode 100644 AryanRacha.js create mode 160000 github-mastery diff --git a/AryanRacha.js b/AryanRacha.js new file mode 100644 index 0000000..34e41ef --- /dev/null +++ b/AryanRacha.js @@ -0,0 +1,14 @@ +// Hi This is the main file +function helloWorld() { + console.log("Hello World"); + } + + helloWorld(); + + function printName(name) { + console.log("Hello " + name); + } + + printName("John Doe"); + + printName("Aryan Racha"); \ No newline at end of file diff --git a/github-mastery b/github-mastery new file mode 160000 index 0000000..f6afa84 --- /dev/null +++ b/github-mastery @@ -0,0 +1 @@ +Subproject commit f6afa84b6a2abd9f21cabf2f3fb57cfd3279f028