DEV Community

Discussion on: Classes in JavaScript

Collapse
 
vladirien profile image
Val Fourchon

Static class methods already work with ES2015 as it is possible to see here : developer.mozilla.org/fr/docs/Web/...

Collapse
 
kayis profile image
K

Cool, thank you for the info!

Collapse
 
kayis profile image
K

Fixed.

Don't know how I missed this :)