UNPKG

planetproto

Version:

A Workshop for understanding JavaScript prototypes

13 lines (9 loc) 118 B
function Robot() { } function Vehicle () { return {}; } module.exports = { Robot: Robot, Vehicle: Vehicle }