Babel JS

JavaScript is a continually evolving development language and dominates the front-end landscape. One issue that developers face is that a new JS release offers fresh features, but the browsers do not yet support the new syntax.

Created primarily for ES6, Babel JS allows developers to use the cutting-edge code and then automatically compile into old JS code for the older browsers to understand and use.

https://babeljs.io/

Check out my website:

https://declankay.com/