Description
In this course you will learn
- How to write more efficient JavaScript code using the prototype chain.
- Fundamental concepts underlying prototypes, such as object literals and constructors, and discover how prototypes can reduce memory usage, improve code organization, and help you cascade changes site-wide with a single update.
- How to use ES6 classes to build prototypes with less code and more features.