0
why my code playground isnt working?
After writing a code,i open output,and there is only white picture. Nothing more
6 ответов
+ 4
Are you placing the script tag in the body?
Like this:
https://code.sololearn.com/W03WtZ2y8O7V/?ref=app
+ 3
Then your program doesn't do anything.
Can we see the code?
+ 1
Did you select the correct language? It should be "Web" for your case.
0
<script>
// This is a single line comment
alert("This is an alert box!");
</script>
0
For example this one
0
Thanks!