Plano de Estudo
primeito_teste.html
404 page not found
try again later! above this is html <script>
function pulalinha() {
document.write("is this working?!" + "<br>")
document.write("is this working?!" + "<br>")
document.write("is this working?!"+ "<br>")
document.write("is this working?!"+ "<br>")
document.write("is this working?!"+ "<br>")
document.write("is this working?!"+ "<br>")
}
var idade = 18;
var ano = 2022;
var media =(21 + 31 + 3)/3
document.write("<h3>this is a javascript code, isn´t html</h3>" + "<br>")
document.write("a média de 20,30 e 40 é:" + Math.round(media) )
pulalinha();
document.write("idades~" )
document.write("eu nasci em " + (ano - idade))
alert("error");