Join Slack
Communities
Powered by
Not sure why can't figure this out, how do I do al...
# javascript
g
Gunslingor
08/23/2020, 3:48 PM
Not sure why can't figure this out, how do I do alert/confirm type JS function? js("alert('Hello from Kotlin')") works but shouldn't there be an alert function somewhere already?
a
araqnid
08/23/2020, 3:50 PM
Copy code
window.alert("xyzzy")
g
Gunslingor
08/23/2020, 4:11 PM
Deerrr... thanks!
5
Views
Open in Slack
Previous
Next