JS Coding Questions Logo
JS Coding Questions
#401💼 Interview

What is babel

Advertisement

728x90

Babel is a JavaScript transpiler to convert ECMAScript 2015+ code into a backwards compatible version of JavaScript in current and older browsers or environments. Some of the main features are listed below,

1. Transform syntax

2. Polyfill features that are missing in your target environment (using @babel/polyfill)

3. Source code transformations (or codemods)

Advertisement

Responsive Ad
🎯 Practice NowRelated Challenge

JavaScript Coding Exercise 58

Test your knowledge with this interactive coding challenge.

Start Coding

Advertisement

728x90
401of476