Answers

Question and Answer:

  Home  Full-Stack Developer

⟩ Tell us an example of a time that you used Prototypal OO in JavaScript?

Prototypal OO is the other major programming paradigm that really lets JavaScript shine—objects linked to other objects (OLOO). You’re looking for knowledge of when and where to use prototypes, liberal use of “Object.assign()” or mixins, and a solid grasp of concepts like delegation and concatenative inheritance.

 190 views

More Questions for you: