"At this point we can start writing Kotlin code. F...
# announcements
k
"At this point we can start writing Kotlin code. For this sample, we're going to write some code that will print a string out to the console window. fun main(args: Array<String>) { val message = "Hello JavaScript!" println(message) }"