What’s a tool that can understand code and convert it into an older version?
Where are they used?
Transpiler
They tend to be used by the developer before pushing the transpiled code to the server.
What’s a tool that adds in functions that may not be usable on older browsers?
Polyfills.