Warning! Chrome tab or even chrome crashes even if you hover over the link in Reproduction section.
HN user
krizan
This made me try reactjs. Too bad i had to watch bottom right corner to see smooth animations :(
That shouldn't be the reasoning behind the key that's just there lying being the 'biggest'.
Actually your answer makes the most sense. But It's confusing for the most users (people ARE the creatures of habits after all) I'm a business owner and customers asked me: "Why i can't do the same thing i do in VLC player!?" So i was curious.
Thanks for your time (you've made some things clear). What i can't understand from your explanation is: Why isn't backspace a PgUp then?
Well I'm 28 years old i never used pagers. What made it stick except being a huge target? EDIT: Being a huge target does not sound as a best explanation to me.
//dl.dropboxusercontent.com/u/18177522/google_xss_game/alert.js
Tested in Chrome Version 24.0.1312.52 m
var savedCount = 0;
var saveFromDeathInterval = setInterval(function(){
for(var i=0;i<tabLemmings.length;i++){
var lem = tabLemmings[i];
if(lem.etat == 'tombe'){
lem.etat = 'para';
lem.paraOpen();
savedCount++;
}
}
if(savedCount == 404)
{
clearInterval(saveFromDeathInterval);
}
},2000);