0 votes
by
What is Babel?

 A transpiler.

 An interpreter

 A Compiler

 Both Compiler and Transpilar

2 Answers

0 votes
by

Both Compiler and Transpilar

0 votes
by

Babel, is a JavaScript compiler that converts latest JavaScript like ES6, ES7 into plain old ES5 JavaScript that most browsers understand.

Related questions

0 votes
asked Mar 2, 2020 in ECMAScript by rajeshsharma
...