Transpiling
QUIZ QUESTION
To convert Java to JavaScript, would you use a compiler or a transpiler?
a compilera transpiler
SUBMIT: Since both the Java source code and the JavaScript target code are of the same level of abstraction (they're both human-readable), a transpiler would be used.