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