Can anyone explain to me with simple words the meaning of "PROTOTYPE" in JavaScript? I have seen one link but I am not clear about Prototype till now How does JavaScript .prototype work?, Please let me know about this.
Asked
Active
Viewed 49 times
0
-
Take a look here: http://www.w3schools.com/js/js_object_prototypes.asp – Niels Steenbeek Nov 28 '16 at 07:43
-
Or watch this https://www.youtube.com/watch?v=PMfcsYzj-9M&list=LLl2uvgeOh0_Iq7LMbaRVNww&index=254 – Ara Yeressian Nov 28 '16 at 07:43
-
read [documentation](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Object/prototype) – Jaromanda X Nov 28 '16 at 07:43
-
https://en.wikipedia.org/wiki/Prototype-based_programming – Some programmer dude Nov 28 '16 at 07:43