<meta charset="UTF-8">
<script>
function mostra(exibe) {
document.write(exibe);
}
var i = 0;
while( i < 10 ) {
alert("O resultado é " + ( 2 * i ));
i++;
}
mostra("FIM")
<meta charset="UTF-8">
<script>
function mostra(exibe) {
document.write(exibe);
}
var i = 0;
while( i < 10 ) {
alert("O resultado é " + ( 2 * i ));
i++;
}
mostra("FIM")
Oi Douglas
Isso mesmo.
Parabéns pelo empenho nos estudos!
Continue praticando e qualquer dúvida pode contar com a gente.