var bomb = []
for(var i = 0; i === -1; i++){
bomb.push(i)
}
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
replies:
var bomb = []
for(var i = 0; i === -1; i++){
bomb.push(i)
}