Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 304 Bytes

nodes.md

File metadata and controls

24 lines (18 loc) · 304 Bytes

Javascript and classes

OOP

object

-collection of properties and methods -toLowerCase -toUpperCase

why use OOP

parts of OOP

Object literal

-Constructor function -Prototypes -Classes Instances(new,this)

4 pillars

Abstraction Encapsulation Inheritance Polymorphism