October 2021
Intermediate to advanced
500 pages
16h 23m
English
Your last task in Doubloons4Gold will be to add one final target: the web. Supporting web browsers allows your code to run virtually everywhere. There are several ways of running code on the web; you will use Kotlin/JS to compile your Kotlin code into JavaScript files that will run in client browsers.
Because your code will be running in a browser, Doubloons4Gold’s interface will change a bit. Relying on readLine and println is not an option, because those functions require interacting with developer tools in JavaScript. Instead, you will be building out a basic UI inside a web page.
Read now
Unlock full access