master
Anna Prokhorova 5 years ago
parent 8eb3d557a4
commit e4035648c0

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html>
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Home Task #3. Prokhorova</title> <title>Home Task #3. Prokhorova</title>
@ -107,7 +107,7 @@
alert("paper!"); alert("paper!");
break; break;
default: default:
alert("Sum Ting Wong!"); alert("Something wrong!");
} }
question = confirm("Another one?"); question = confirm("Another one?");
} while (question); } while (question);

Loading…
Cancel
Save