const novoValor = valor + 1 console.log(novoValor) } console.log(novoValor) } > imprima(4) > 4 > Uncaught ReferenceError: novoValor is not defined > imprima(6) > 6 > 7 > Uncaught ReferenceError: novoValor is not defined
a coerção na mão com Boolean(), Number() e String() > Não use typeof pra saber se algo é um array > Não confie em usar typeof com objetos > Bibliotecas