Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.09 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.09 KB

get :

used to get some response
data sent in query strings
limited, strings, visible in url

post :

used post some thing for (create/write/update)
data sent via request body (any type of data) 

OOP:

Object Oriented Programming 
dont repeate keys, or other things

Prototype :

protypes
new operator
constructors
classes
keywords (extends, super)

proto

change defination

Factory Fuction :

New Operator

Constructors :

Classes :

Inheritance :