JavaScript Tutorial
3.33K subscribers
302 photos
17 links
šŸ•¹ JavaScript is the 
Programming Language 
for the Web.

šŸ•¹ JavaScript can update
and change both 
HTML and CSS.

šŸ•¹ JavaScript can calculate, 
manipulate and 
validate data.

Group
@js_group_tut

@javascript_tut
Download Telegram
The above example creates a new Person object,
which will automatically call the constructor() of the Person class:

@javascript_tut
'javascripttutorial. net'
šŸ’ŽThe getName() is called a method of the Person class.

šŸ’ŽLike a constructor function, you can call the methods of a class using the above syntax:

@javascript_tut
'javascripttutorial. net'
To verify the fact that classes are special functions, you can use the typeof operator of to check the type of the Person class.

@javascript_tut
'javascripttutorial. net'
The john object is also an instance of the Person and Object types

@javascript_tut
'javascripttutorial. net'
Forwarded from Ela Car
Build Complete JavaScript Project - Tip Calculator

https://youtu.be/zT9vE41efTk
How to get URL in JavaScript?

@javascript_tut
šŸ’ŽSession Storage
vs
šŸ’ŽLocal Storage

@javascript_tut