UNPKG

planetproto

Version:

A Workshop for understanding JavaScript prototypes

10 lines (8 loc) 105 B
var Robot = { new: function () { return Object.create(this); } } module.exports = { Robot: Robot }