Classes in JavaScript Browser Support?

I am writing an Multi-Device Browser APP, and I am making use of OOP and using classes and the awesome Module Support.

I came across the Browser compatibility, seen at the bottom of the following website:

Will I face issues with the lack of support in modern browsers?

Thanks!

Thanks to the ecmascript package bundled in Meteor, your code will be supported by every browsers by being compiled to ā€œregularā€ JavaScript.

2 Likes