0
Which was your first silly mistake??
Can you tell everyone which was your first silly mistake???
5 odpowiedzi
+ 22
Tried to run JS before HTML loaded (without wrapping code with "onload" event....)
+ 12
void main();
+ 3
; (semi colon)
this. (this dot)
+ 1
Me too Mr programmer
0
I forgot to put open curly brace({) after the main()