document.write("<h1>This is a heading</h1>");
x = document.getElementById("IdElementu").innerHTML = "Nowa Zawartość";
<button type="button" onclick="alert('Kliknięcie')">Kliknij!</button>
x = document.getElementById("IdElementu").style.color="#ffffff";
var znak = napis[3];
var napis = "Hello World!"; var n = napis.indexOf("World");
var napis = "Hello World!"; var napisPolska = napis.replace("World", "Polska");
var napis = "Hello World!"; var napis1 = txt.toUpperCase(); var napis2 = txt.toLowerCase();