Learn js with babeljs

Phanendra Guptha Katta
4 min readMay 17, 2020

Babeljs

Babel is a free and open-source JavaScript transcompiler that is mainly used to convert ECMAScript 2015+ (ES6+) code into a backward-compatible version of JavaScript that can be run by older JavaScript engines.

Babel is a popular tool for using the newest features of the JavaScript programming language in the older browsers having said that large enterprise companies like Facebook…

--

--