Question d’entretien chez FusionCharts

What's a prototype chain?

Réponse à la question d'entretien

Utilisateur anonyme

6 avr. 2016

Every object in js has a prototype. And if you add another object inside the object as its property, it will get its own prototype. It goes on and on and that's what I think a prototype chain is.