master
Anna Prokhorova 5 years ago
parent 8eb3d557a4
commit e4035648c0

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

Loading…
Cancel
Save