Concurso:
AL-RO
Disciplina:
Programação
Analise o script a seguir.
<!DOCTYPE html>
<html>
<body>
<p id="par"></p>
<script>
var x;
document.getElementById("par").innerHTML = x;
</script>
</body>
</html>
undefined