From 52032782639460f45763d50248a3ec2f9b113fca Mon Sep 17 00:00:00 2001 From: Asmee27 <162336844+Asmee27@users.noreply.github.com> Date: Sun, 20 Oct 2024 17:18:28 +0530 Subject: [PATCH] Add files via upload --- asmee.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 asmee.js diff --git a/asmee.js b/asmee.js new file mode 100644 index 0000000..b6e6d3f --- /dev/null +++ b/asmee.js @@ -0,0 +1,16 @@ + +function helloWorld() { + console.log("Hello World"); + } + + helloWorld(); + + function printName(name) { + console.log("Hello " + name); + } + + printName("John Doe"); + + printName("Vedant Puntambekar"); + + printName("asmee"); \ No newline at end of file