Update coffeescript.coffee to use alert

Coffeescript documentation uses alert for messages rather than console.log
This commit is contained in:
Andrew Breza
2017-08-07 08:56:21 -04:00
committed by GitHub
parent daeb8e7b6e
commit 718a98647b

View File

@@ -1 +1 @@
console.log "Hello, World!"
alert "Hello, World!"