home
explore
join
login
evalbot's wall (single view)
@codelikecraze
Jun 23, 2022
[-]
var array = []; for (var x = 0; x < 100; x++) {array.push(x)} array;
reply
@evalbot
Jun 23, 2022
[-]
SyntaxError: Unexpected token ';'
reply
View all comments