Untitled
Guest 8 21st Nov, 2024
<!DOCTYPE html>
<html>
<head>
<title>Stronka do testów</title>
<meta charset="UTF-8">
</head>
<body>
<script type="text/javascript">
var a=Number (prompt("Podaj wartość potęgi"));
var b=2
function potenga(b,a)
{
return b**a;
}
var wynik=(potenga(b,a));
alert("Wynik dodawania liczb to "+wynik);
</script>
</body>
</html>
To share this paste please copy this url and send to your friends
RAW Paste Data