0
Primary Actions in java
I just got started and would like to know how I can use simple stuff like document.write and alert in the playground
1 Respuesta
+ 8
It's JavaScript, not Java.
Just create a new web code and write something like alert('Hello, world!') in JS.