Untitled - MARKUP 0.49 KB
                                
                                    <!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>
                                
                            

Paste Hosted With By Wklejamy.pl