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

SyntaxError: Unexpected token 'for'
View all comments