A key feature of Scala.js is its interoperability with JavaScript code, which
far exceeds that of many other languages targeting JavaScript. Except of course
for languages that translate almost literally to JavaScript (e.g.,
TypeScript and
CoffeeScript).
See for yourself: on the right, Scala.js natively talks to the DOM API, and we
can hardly notice the border between the two languages.