Select from following answers:- Source-to-Source compiler
- Transcompiler
- Transpiler
- All the above

- All Above
Bable is a JavaScript source-to-source compiler (aka transcompiler or transpiler) which accepts ES2015 JavaScript code as input then compiles it into ES5 code and finally make it work on all browsers.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator