Home » Tutorials » Creating Objects Without Prototypes
Creating Objects Without Prototypes
Aug 13, 2015
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.