Prototype

Object.create

What is that 

prototype?

[[Prototype]]

How looks prototype?

Function and constructors

Operator 

new

Inheritance and the Prototype Chain

For success understanding prototype:
 

  • .call,
  • .Object.create ,
  • this
  • FN.prototype.
  • Inhertence
  • Chain

Prototype

By Khrystyna Landvytovych