Don't Use the Class Keyword in JavaScript

Опубликовано: 09 Май 2026
на канале: polyglotengineer
5,921
172

I wanted to do a quick follow up video on why you should not use the Class keyword in JavaScript. I have a couple of blog posts that I have make on object creation in JavaScript. I wanted to use this video to show some examples of using the 'class' keyword, and why I feel that object factories in JavaScript are better for object creation.

https://fek.io/blog/crockford-objects...
https://fek.io/blog/crockford-constru...
https://fek.io/blog/why-you-should-no...