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