Untitled
Guest 74 26th Nov, 2024
<!DOCTYPE html>
<html lang="pl-PL">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Script-Type" content="text/javascript">
</head>
<body>
<h1>
<script type="text/javascript">
var n=1;
for (var i=0; i <5; i++){
for (var j = 0; j<n; j++){
document.write("*");
document.write("");
}
n++;
document.write("<br>");
}
</script>
</h1>
</body>
To share this paste please copy this url and send to your friends
RAW Paste Data