var
i =
null
;
function
funMake() {
i = 0;
while
(i<3) {
document.write(i +
'<br />'
);
i++;
}
document.write(
' '
(i++ <3) {
i = 3;
(i>0) {
i--;
(
true
) {
if
(i==5) {
break
(i<20) {
(i%2 == 0) {
(i%2 != 0) {
(i==10) {
else
{
continue
<!DOCTYPE html>
<
html
>
head
meta
charset
=
"utf-8"
/>
title
>New Page</
script
src
"js/script.js"
></
</
body
funMake();