Benutzer:Ensik: Unterschied zwischen den Versionen

Aus Gronkh-Wiki
Wechseln zu: Navigation, Suche
Zeile 6: Zeile 6:
  
 
var startgame = false;
 
var startgame = false;
 +
confirm();
 
confirm(
 
confirm(
 
   'I'm a confirm box',
 
   'I'm a confirm box',
Zeile 16: Zeile 17:
 
   }
 
   }
 
)
 
)
 +
 
confirm("test");
 
confirm("test");
 
if(startgame){
 
if(startgame){

Version vom 3. November 2018, 12:13 Uhr

Hello World!