From 48a4b8274eec536e3bf85f12b6beb343080659db Mon Sep 17 00:00:00 2001 From: baniagarwal <115830324+baniagarwal@users.noreply.github.com> Date: Sun, 16 Oct 2022 20:56:15 +0530 Subject: [PATCH 1/2] Added my first hello world introduction program in JS... --- hello_bani.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hello_bani.js diff --git a/hello_bani.js b/hello_bani.js new file mode 100644 index 0000000..f4962d5 --- /dev/null +++ b/hello_bani.js @@ -0,0 +1,2 @@ +// the hello world program +console.log('Hi Bani this side, very excited to learn new technology and build projects'); From 40bde0e92212200694a452ba5fdfbdeb9eaaf9b4 Mon Sep 17 00:00:00 2001 From: baniagarwal <115830324+baniagarwal@users.noreply.github.com> Date: Mon, 17 Oct 2022 17:13:59 +0530 Subject: [PATCH 2/2] Adds Hello World Added my first hello world introduction program in JS... --- hello_bani.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello_bani.js b/hello_bani.js index f4962d5..272bb36 100644 --- a/hello_bani.js +++ b/hello_bani.js @@ -1,2 +1,2 @@ -// the hello world program +// the hello world program in JS console.log('Hi Bani this side, very excited to learn new technology and build projects');