JavaScript Fundamentals: Prototypical Inheritance
What is a prototype? How does prototypical inheritance works? What are some examples of prototypes in JavaScript?
Aphinya is a skilled tech writer with field experience in software development, agile, and fullstack JavaScript. She is a dev advocate and community builder, helping others navigate their dev journey.
What is a prototype? How does prototypical inheritance works? What are some examples of prototypes in JavaScript?
What are class methods? how do you use class methods? what are some common default class methods you should know about.
What is asynchronous logic in JavaScript? How does asynchronous logic work? What are the ways of writing asynchronous logic in JavaScript?
What is a callback? How do you write callbacks? What are some examples of callbacks?
What are classes in JavaScript? how do you create one? and how do you set properties of class methods?
What is reduce? and how do you use reduce?