Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Object-Oriented JavaScript Working with Classes in JavaScript Writing Your First Class

In real world how often do developers use classes?

just curious

1 Answer

Steven Parker
Steven Parker
229,732 Points

Classes are essential elements of object-oriented programming, so as to how often they are used I might say "constantly". :wink:

Now if you're talking about the newer syntax compared to the classic prototype constructors, the frequency might be a bit lower, but I expect it is continually increasing as more programmers who learned JavaScript since ES6 join the workforce. I'd bet it's mostly only the "old timers" who use the older syntax.