SlideShare a Scribd company logo
Java Script Classes
By Manthan khopkar
how to use java script classes in java script with example
how to use java script classes in java script with example
how to use java script classes in java script with example
how to use java script classes in java script with example
how to use java script classes in java script with example
how to use java script classes in java script with example
how to use java script classes in java script with example
how to use java script classes in java script with example
how to use java script classes in java script with example
how to use java script classes in java script with example
how to use java script classes in java script with example
how to use java script classes in java script with example
how to use java script classes in java script with example
how to use java script classes in java script with example
how to use java script classes in java script with example
Examples
<!DOCTYPE html>
<html>
<body>
<h1>JavaScript Classes</h1>
<p>Creating two car objects from a car class:</p>
<p id="demo"></p>
<script>
class Car {
constructor(name, year) {
this.name = name;
this.year = year;
}
}
const myCar1 = new Car("Ford", 2014);
const myCar2 = new Car("Audi", 2019);
document.getElementById("demo").innerHTML =
myCar1.name + " " + myCar2.name;
</script>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<h1>JavaScript Class Methods</h1>
<p>How to define and use a Class method.</p>
<p id="demo"></p>
<script>
class Car {
constructor(name, year) {
this.name = name;
this.year = year;
}
age() {
const date = new Date();
return date.getFullYear() - this.year;
}
}
const myCar = new Car("Ford", 2014);
document.getElementById("demo").innerHTML =
"My car is " + myCar.age() + " years old.";
</script>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<h1>JavaScript Class Method</h1>
<p>Pass a parameter into the "age()" method.</p>
<p id="demo"></p>
<script>
class Car {
constructor(name, year) {
this.name = name;
this.year = year; }
age(x) {
return x - this.year;
}
}
const date = new Date();
let year = date.getFullYear();
const myCar = new Car("Ford", 2014);
document.getElementById("demo").innerHTML=
"My car is " + myCar.age(year) + " years old.";
</script>
</body>
</html>
how to use java script classes in java script with example
how to use java script classes in java script with example

More Related Content

PPTX
Object oriented programming
msneha
 
PPTX
2. Classes | Object Oriented Programming in JavaScript | ES6 | JavaScript
pcnmtutorials
 
PPTX
unit-2 part-1.pptx
megana10
 
PDF
OOPS JavaScript Interview Questions PDF By ScholarHat
Scholarhat
 
PPTX
Classing up ES6 - Web Directions code 2015 (1)
Andy Sharman
 
DOCX
Grade 70 out of 100There is really no such thing as a datatype.docx
whittemorelucilla
 
PPTX
Jscript part2
Girish Srivastava
 
PPTX
Object oriented javascript
Usman Mehmood
 
Object oriented programming
msneha
 
2. Classes | Object Oriented Programming in JavaScript | ES6 | JavaScript
pcnmtutorials
 
unit-2 part-1.pptx
megana10
 
OOPS JavaScript Interview Questions PDF By ScholarHat
Scholarhat
 
Classing up ES6 - Web Directions code 2015 (1)
Andy Sharman
 
Grade 70 out of 100There is really no such thing as a datatype.docx
whittemorelucilla
 
Jscript part2
Girish Srivastava
 
Object oriented javascript
Usman Mehmood
 

Similar to how to use java script classes in java script with example (20)

PPTX
Object Oriended Programming with Java
Jakir Hossain
 
PPTX
Learn java script
Mahmoud Asadi
 
PPTX
Object Oriented Javascript part2
Usman Mehmood
 
PDF
TDC 2014 - JavaScript de qualidade: hoje, amanhã e sempre!
Guilherme Carreiro
 
PPTX
Journey of a C# developer into Javascript
Massimo Franciosa
 
PDF
Ch 7: Object-Oriented JavaScript
dcomfort6819
 
PPTX
JavaScript OOPS Implimentation
Usman Mehmood
 
PPT
Introduction to Javascript
Amit Tyagi
 
PPTX
Java script
Shagufta shaheen
 
PPTX
Advance Javascript for Coders
Paddy Lock
 
PPT
WEB DESIGNING VNSGU UNIT 4 JAVASCRIPT OBJECTS
divyapatel123440
 
PDF
ClassJS
Michael Barrett
 
PPTX
javaScript and jQuery
Mehrab Hossain
 
PPTX
Javascript Objects and Functions
Gitanjali wagh
 
PPTX
13_User_Defined_Objects.pptx objects in javascript
tayyabbiswas2025
 
PPTX
Javascript Objects and Functions
Manoj \/ishwakarma
 
PPTX
Cordova training : Day 4 - Advanced Javascript
Binu Paul
 
PDF
Introduction to ECMAScript 2015
Tomasz Dziuda
 
PPTX
Java scriptforjavadev part2a
Makarand Bhatambarekar
 
PPT
Java Classes methods and inheritance
Srinivas Reddy
 
Object Oriended Programming with Java
Jakir Hossain
 
Learn java script
Mahmoud Asadi
 
Object Oriented Javascript part2
Usman Mehmood
 
TDC 2014 - JavaScript de qualidade: hoje, amanhã e sempre!
Guilherme Carreiro
 
Journey of a C# developer into Javascript
Massimo Franciosa
 
Ch 7: Object-Oriented JavaScript
dcomfort6819
 
JavaScript OOPS Implimentation
Usman Mehmood
 
Introduction to Javascript
Amit Tyagi
 
Java script
Shagufta shaheen
 
Advance Javascript for Coders
Paddy Lock
 
WEB DESIGNING VNSGU UNIT 4 JAVASCRIPT OBJECTS
divyapatel123440
 
javaScript and jQuery
Mehrab Hossain
 
Javascript Objects and Functions
Gitanjali wagh
 
13_User_Defined_Objects.pptx objects in javascript
tayyabbiswas2025
 
Javascript Objects and Functions
Manoj \/ishwakarma
 
Cordova training : Day 4 - Advanced Javascript
Binu Paul
 
Introduction to ECMAScript 2015
Tomasz Dziuda
 
Java scriptforjavadev part2a
Makarand Bhatambarekar
 
Java Classes methods and inheritance
Srinivas Reddy
 
Ad

Recently uploaded (20)

PPTX
Introduction and Scope of Bichemistry.pptx
shantiyogi
 
PDF
Landforms and landscapes data surprise preview
jpinnuck
 
DOCX
SAROCES Action-Plan FOR ARAL PROGRAM IN DEPED
Levenmartlacuna1
 
PPTX
ACUTE NASOPHARYNGITIS. pptx
AneetaSharma15
 
PPTX
Care of patients with elImination deviation.pptx
AneetaSharma15
 
PPTX
PREVENTIVE PEDIATRIC. pptx
AneetaSharma15
 
PDF
The Picture of Dorian Gray summary and depiction
opaliyahemel
 
PDF
Types of Literary Text: Poetry and Prose
kaelandreabibit
 
PDF
High Ground Student Revision Booklet Preview
jpinnuck
 
PPTX
An introduction to Prepositions for beginners.pptx
drsiddhantnagine
 
PPTX
PPTs-The Rise of Empiresghhhhhhhh (1).pptx
academysrusti114
 
PDF
Electricity-Magnetic-and-Heating-Effects 4th Chapter/8th-science-curiosity.pd...
Sandeep Swamy
 
PPTX
Strengthening open access through collaboration: building connections with OP...
Jisc
 
PPT
Python Programming Unit II Control Statements.ppt
CUO VEERANAN VEERANAN
 
PPTX
HISTORY COLLECTION FOR PSYCHIATRIC PATIENTS.pptx
PoojaSen20
 
PPTX
vedic maths in python:unleasing ancient wisdom with modern code
mistrymuskan14
 
PPTX
family health care settings home visit - unit 6 - chn 1 - gnm 1st year.pptx
Priyanshu Anand
 
DOCX
UPPER GASTRO INTESTINAL DISORDER.docx
BANDITA PATRA
 
PPTX
NOI Hackathon - Summer Edition - GreenThumber.pptx
MartinaBurlando1
 
PPTX
Skill Development Program For Physiotherapy Students by SRY.pptx
Prof.Dr.Y.SHANTHOSHRAJA MPT Orthopedic., MSc Microbiology
 
Introduction and Scope of Bichemistry.pptx
shantiyogi
 
Landforms and landscapes data surprise preview
jpinnuck
 
SAROCES Action-Plan FOR ARAL PROGRAM IN DEPED
Levenmartlacuna1
 
ACUTE NASOPHARYNGITIS. pptx
AneetaSharma15
 
Care of patients with elImination deviation.pptx
AneetaSharma15
 
PREVENTIVE PEDIATRIC. pptx
AneetaSharma15
 
The Picture of Dorian Gray summary and depiction
opaliyahemel
 
Types of Literary Text: Poetry and Prose
kaelandreabibit
 
High Ground Student Revision Booklet Preview
jpinnuck
 
An introduction to Prepositions for beginners.pptx
drsiddhantnagine
 
PPTs-The Rise of Empiresghhhhhhhh (1).pptx
academysrusti114
 
Electricity-Magnetic-and-Heating-Effects 4th Chapter/8th-science-curiosity.pd...
Sandeep Swamy
 
Strengthening open access through collaboration: building connections with OP...
Jisc
 
Python Programming Unit II Control Statements.ppt
CUO VEERANAN VEERANAN
 
HISTORY COLLECTION FOR PSYCHIATRIC PATIENTS.pptx
PoojaSen20
 
vedic maths in python:unleasing ancient wisdom with modern code
mistrymuskan14
 
family health care settings home visit - unit 6 - chn 1 - gnm 1st year.pptx
Priyanshu Anand
 
UPPER GASTRO INTESTINAL DISORDER.docx
BANDITA PATRA
 
NOI Hackathon - Summer Edition - GreenThumber.pptx
MartinaBurlando1
 
Skill Development Program For Physiotherapy Students by SRY.pptx
Prof.Dr.Y.SHANTHOSHRAJA MPT Orthopedic., MSc Microbiology
 
Ad

how to use java script classes in java script with example

  • 1. Java Script Classes By Manthan khopkar
  • 17. Examples <!DOCTYPE html> <html> <body> <h1>JavaScript Classes</h1> <p>Creating two car objects from a car class:</p> <p id="demo"></p> <script> class Car { constructor(name, year) { this.name = name; this.year = year; } } const myCar1 = new Car("Ford", 2014); const myCar2 = new Car("Audi", 2019); document.getElementById("demo").innerHTML = myCar1.name + " " + myCar2.name; </script> </body> </html>
  • 18. <!DOCTYPE html> <html> <body> <h1>JavaScript Class Methods</h1> <p>How to define and use a Class method.</p> <p id="demo"></p> <script> class Car { constructor(name, year) { this.name = name; this.year = year; } age() { const date = new Date(); return date.getFullYear() - this.year; } } const myCar = new Car("Ford", 2014); document.getElementById("demo").innerHTML = "My car is " + myCar.age() + " years old."; </script> </body> </html>
  • 19. <!DOCTYPE html> <html> <body> <h1>JavaScript Class Method</h1> <p>Pass a parameter into the "age()" method.</p> <p id="demo"></p> <script> class Car { constructor(name, year) { this.name = name; this.year = year; } age(x) { return x - this.year; } } const date = new Date(); let year = date.getFullYear(); const myCar = new Car("Ford", 2014); document.getElementById("demo").innerHTML= "My car is " + myCar.age(year) + " years old."; </script> </body> </html>