“JS Bist du sicher wachsam” Code-Antworten

JS Bist du sicher wachsam

myFunction() {
     var x;
     if (confirm("Are you sure?") == true) {
         x = "You pressed OK!";
     } else {
         x = "You pressed Cancel!";
     }
     return x; 
}
myFunction();
Defiant Dove

Bist du sicher, dass JS wachsam ist

if(confirm('are you sure?'){
   //blow up the universe
MunchDuster

Ähnliche Antworten wie “JS Bist du sicher wachsam”

Fragen ähnlich wie “JS Bist du sicher wachsam”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen