JavaScript Classes vs Prototypes

Pubblicato il: 22 luglio 2019
sul canale di: Steve Griffith - Prof3ssorSt3v3
65,742
2.3k

This tutorial discusses the differences in syntax between creating objects in javascript with the class keyword or with the prototype methods.
Examples are given of doing the exact same things with both versions.
It is important to understand that the class syntax is being interpreted as using the prototype syntax and that CLASSES do NOT exist in JavaScript.

Completed Code GIST: https://gist.github.com/prof3ssorSt3v...

Code Note: line 50 should be
Object.setPrototypeOf(EmployeeP.prototype, PersonP.prototype); //extends
We are setting the prototype of EmployeeP's prototype to link to the prototype of PersonP.


In questa pagina del sito puoi guardare il video online JavaScript Classes vs Prototypes della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Steve Griffith - Prof3ssorSt3v3 22 luglio 2019, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 65,742 volte e gli è piaciuto 2.3 mille spettatori. Buona visione!