Agrupando e reutilizando o código
// usando uma função alert('Fala, Dev!') // criando uma função function alert(text) { return text }