I’ve published a new Pluralsight course : JavaScript Objects and Prototypes! In this course, I unravel the mystery around JavaScript Prototypes. I also explore creating JavaScript objects and basic and somewhat advanced concepts related to basic object properties. Here are some of the topics covered:
- Using object literals
- Using JavaScript constructor functions
- Using Object.create()
- Using JavaScript classes
- Accessing properites with bracket notation
- Modifying the writable, enumerable, and configurable attributes on properties
- Understanding the basics of prototypes
- A deep understand of how prototypes work
- Creating inheritance chains with protoypes
Check it out over at Pluralsight!
Leave a Reply