Saturday, 7 May, 2016 UTC


Summary

I’m writing this post on javascript prototypes to help me further understand what they are by documenting, or rather summarizing, what I read. I hope that by doing this I also help you understand the subject. Prototypes, the prototype chain, the new keyword, the ES6 class keyword, Object.assign will all be discussed. What are javascript prototypes? A … Continue reading "What are Javascript Prototypes?"
The post What are Javascript Prototypes? appeared first on Javascript Jedi Padawan.