Skip to content

Instantly share code, notes, and snippets.

@mathiasgheno
Created November 15, 2022 23:47
Show Gist options
  • Save mathiasgheno/f823be34682b16d0f08da4e62cc1b5da to your computer and use it in GitHub Desktop.
Save mathiasgheno/f823be34682b16d0f08da4e62cc1b5da to your computer and use it in GitHub Desktop.
const atualizacao = {
nome: 'mathias',
}
const pessoa = {
nome: 'matias',
idade: 26,
...atualizacao,
}
console.log(pessoa.nome);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment