Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions JS tutorial/JS/1_introduction.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.