garçom('entrada').then(e => {
console.log(e)
return garçom('bebida')
}).then(b => {
console.log(b)
return garçom('principal')
}).then(p => {
console.log(p)
return garçom('sobremesa')
}).then(s => {
console.log(s)
return garçom('conta')
}).then(console.log)