From 74144d1d9346f99e84a5c48fe257e5a4d82f5510 Mon Sep 17 00:00:00 2001 From: Jayesh Date: Mon, 21 Oct 2024 00:38:45 +0530 Subject: [PATCH] Created Jayesh_Padwal.md file and hello_world_JayeshP.js --- profiles/Jayesh_Padwal.md | 17 +++++++++++++++++ scripts/hello_world_JayeshP.js | 6 ++++++ 2 files changed, 23 insertions(+) create mode 100644 profiles/Jayesh_Padwal.md create mode 100644 scripts/hello_world_JayeshP.js diff --git a/profiles/Jayesh_Padwal.md b/profiles/Jayesh_Padwal.md new file mode 100644 index 000000000..b2eb9f596 --- /dev/null +++ b/profiles/Jayesh_Padwal.md @@ -0,0 +1,17 @@ +# Jayesh Padwal + +### Location + +Thane, India + +### Academics + +NMITD(MCA), Mumbai + +### Interests + +- Learning new things and try to create good stuff + +### Profile Link + +[Jayesh Padwal](https://github.com/Jayesh0726/) \ No newline at end of file diff --git a/scripts/hello_world_JayeshP.js b/scripts/hello_world_JayeshP.js new file mode 100644 index 000000000..891c6fc81 --- /dev/null +++ b/scripts/hello_world_JayeshP.js @@ -0,0 +1,6 @@ +// LANGUAGE: Javascript +// ENV: Node.js +// AUTHOR: Jayesh0726 +// GITHUB: https://github.com/Jayesh0726 + +console.log("Hello, World!!"); \ No newline at end of file