Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
New posts in Prototype Programming
Better way to sum a property value in an array
Apr 17, 2021
prototypal inheritance concept in javascript as a prototype based language
Apr 25, 2021
Why defining properties in the prototype is considered an antipattern
Apr 25, 2021
[[Prototype]] vs prototype: ..what is the difference? (MyCons.__proto__ === MyCons.prototype) equals FALSE
Apr 25, 2021
How do you do inheritance in JavaScript without sharing the same instance of the super class between all instances of the sub class?
Apr 25, 2021
What’s the purpose of prototype?
Apr 25, 2021
how does Array.prototype.slice.call() work?
Apr 25, 2021
Is it ok to assign the JavaScript prototype object instead of just its properties?
Apr 25, 2021
Copying Javascript getters/setters to another prototype object
Apr 25, 2021
Benefits of prototypal inheritance over classical?
Apr 25, 2021
Older Entries »