DEV Community

Discussion on: Closures in JavaScript

Collapse
 
nitricware profile image
Kurt Frey

What‘s the benefit of closures over classes?

Collapse
 
lexplt profile image
Alexandre Plt

Hope this helps you to understand which one is better: wiki.c2.com/?ClosuresAndObjectsAre...

Collapse
 
mariaverse profile image
CiaraMaria • Edited

Closures offer simplicity whereas classes have better performance.
I found this to be helpful as well: medium.com/engineering-livestream/...