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 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.