Tell me a time that you used Prototypal OO in JavaScript?

Submitted by: Muhammad
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.
Submitted by: Muhammad

Read Online Front End Web Developer Job Interview Questions And Answers