This website works better with JavaScript.
Home
Explore
Help
Sign In
Anna
/
JSbasic
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
home task
#3
master
Anna Prokhorova
1 year ago
parent
8eb3d557a4
commit
e4035648c0
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
Home_Task#3.html
+ 2
- 2
Home_Task#3.html
View File
@ -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("S
um Ting W
ong!");
alert("S
omething wr
ong!");
}
question = confirm("Another one?");
} while (question);
Write
Preview
Loading…
Cancel
Save