DEV Community

Discussion on: Classes in JavaScript

Collapse
 
blackr1234 profile image
blackr1234

Great and useful article!

For me, I very seldom use JS classes. When I write React JS, I write function components instead of class components.

One minor typo thing: I think when you write cont they should be const under the section "Arrow Function has No New Operator".

Collapse
 
samanthaming profile image
Samantha Ming

Oh great catch! thanks for letting me know, i'll fix it πŸ‘