concept transpiler in category javascript
appears as: Trspilers

This is an excerpt from Manning's book Secrets of the JavaScript Ninja, Second Edition.
One answer to this problem is to use transpilers (“transformation + compiling”), tools that take cutting-edge JavaScript code and transform it into equivalent (or, if that’s not possible, similar) code that works properly in most current browsers.