DEV Community

Keshav
Keshav

Posted on • Updated on

What is Babel ?

Babel is a JavaScript compiler that allows developers to write code in the latest version of JavaScript and then compiles it to an earlier version to ensure maximum compatibility across all browsers and platforms. Babel enables developers to use features that are not yet supported by the majority of browsers and also to make use of features from the latest ECMAScript specifications.

Oldest comments (0)