Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature currently requires accessing the site using the built-in Safari browser.
for (var i = 0; i < 5; i += 1){
window.setTimeout(
(
function(i){
return function(){
alert(i);
};
}(i)
),
i*2000
);
}
Krass. Überfordert mich![]()