Kotlin to JavaScript

Not only can Kotlin be used to build JVM-compatible projects for the web, but it can additionally be transpiled to target client-side and server-side JavaScript. The transpiled code currently targetsĀ ECMAScript 5.1 and aim to provide as consistent an experience as possible between targeting the JVM and JavaScript.