<html>
<body>
<p id="ALCE"></p>
<script>
var str = "CARGO ANALISTA LEGISLATIVO ÁREA
INFORMÁTICA";
var pos = str.lastIndexOf("ANALISTA", 1);
document.getElementById("ALCE").innerHTML = pos;
</script>
</body>
</html>
Assinale a opção que apresenta corretamente o resultado após a execução do código anterior.