Skip to content

class - constructor( ) - inheritance - getter and setter - static

Notifications You must be signed in to change notification settings

lindascarano/JavaScript-CLASSES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

JavaScript-CLASSES

class-constructor()-inheritance-getter and setter-static

Classes are templates for JavaScript Objects. In the jsclasses.js file you will find a code example for each of the arguments in the list

HOW TO USE JAVASCRIPT CLASSES

  1. Use the keyword class to creata a class and always add a method named constructor()
  2. You can send a parameter to a class method

JAVASCRIPT CLASSES INHERITANCE

  1. Inheritance is useful for code reusability

JAVA SCRIPT STATIC METHODS

About

class - constructor( ) - inheritance - getter and setter - static

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages