Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title> while biasa</title>
- <script type="text/javascript">
- var x=1;
- while (x<=10)
- {document.writeln(x);
- document.writeln();
- x++;
- }
- </script>
- </head>
- <body> sukses</body>
- </html>
Advertisement
RAW Paste Data
Copied
Advertisement