UI Deploy

Curated, Short, Web UI Dev we Love.

Creating Objects Without Prototypes

Last drip we talked about inheritance using prototypes and Object.create. But one point that sometimes surprises new JavaScript developers is that even ordinary "empty" objects are already part of an inheritance chain.

view source

Advertisement