From 5742d8f59a08d80dbb76f335f9779d5222833620 Mon Sep 17 00:00:00 2001 From: Chetan Atrawalkar <66908113+ChetanAtrawalkarCA@users.noreply.github.com> Date: Fri, 2 Oct 2020 08:16:02 +0530 Subject: [PATCH 1/2] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..dfb3f42 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# CodeWithHarry-Tutorial +This is Parth731/codewithharry-tutorial + +Provide Top web development language tutorial to understand how its work for web development as well as web application. From b7b2ff83cc1896da03af42f03ed1e711f052ddc2 Mon Sep 17 00:00:00 2001 From: Chetan Atrawalkar <66908113+ChetanAtrawalkarCA@users.noreply.github.com> Date: Fri, 2 Oct 2020 08:32:33 +0530 Subject: [PATCH 2/2] Update 1_introduction.js Improve Documentation or Readability. --- JS tutorial/JS/1_introduction.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/JS tutorial/JS/1_introduction.js b/JS tutorial/JS/1_introduction.js index 4b7b8d7..8f85502 100644 --- a/JS tutorial/JS/1_introduction.js +++ b/JS tutorial/JS/1_introduction.js @@ -1,3 +1,5 @@ +// The console.log() is a function in JavaScript which is used to print any kind of variables defined before in it or to just print any message that needs to be displayed to the user. + console.log("This is a tutorial 1 introducation"); console.time("your code start") console.log("Hello World");//print string