Blog

Tag: Performance

I recently read an article called Understand JavaScript Object Creation Patterns. The author talks about object prototypes and how declaring a function on an object will increase memory consumption versus putting that function on the object's prototype, assuming you have more than one instance of the object.

© 2025 James Fidler