xxxxxxxxxx
1
<html>
2
3
<head>
4
5
</head>
6
7
<body>
8
<p id="jeden"></p>
9
<button type="button" onclick="xd()">YEET </button> <br>
10
<img src="https://media1.giphy.com/media/Bap9PFewF20es/giphy.gif">
11
<!-- JESTEM Z SIEBIE DUMNY XD NIE CHCE MI SIĘ DZISIAJ WYCHODZIĆ POZA ZAKRES ZADANIA-->
12
13
14
</body>
15
16
</html>
xxxxxxxxxx
1
body { text-align: center; }
2
xxxxxxxxxx
1
document.getElementById("jeden").innerHTML = 333 + 111;
2
console.log(25 + 15);
3
4
function xd() {
5
window.alert(25 + 25 - 25 / 5)
6
};
7
8
9
Console errors: 0