
Gabriel F. answered 10/29/19
Full stack Javascript Engineer
Hi there. Basically babel is a tool that converts ECMAScript 2015 and above into javascript that is backward compatible with browsers that don't support ECMAScript 2015 and above. Check out an example from the babel page:
Reading the documentation is always the best way to go but I hope this helps you understand the basic idea of babel.