+ 2
When I type this sololearn crashes
Every time I type this code "window.onload = alert('You are a beta te" it crashes in cookie clicker beta. Also when I make a new line at the beginning it crashes too.
1 ответ
+ 4
You have to write following:
window.onload = function () {
alert("You are a beta te");
}