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.
En esta página del sitio puede ver el video en línea JavaScript Classes vs Prototypes de Duración hora minuto segunda en buena calidad , que subió el usuario Steve Griffith - Prof3ssorSt3v3 22 julio 2019, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 65,742 veces y le gustó 2.3 mil a los espectadores. Disfruta viendo!