var array = []; for (var x = 0; x < 100; x++) {array.push(x)}; array;

SyntaxError: Unexpected token ';'
View all comments