Skip to content

Instantly share code, notes, and snippets.

@codermarcos
Last active April 17, 2018 14:35
Show Gist options
  • Save codermarcos/a869dce536fe505e370e246ccf77e74f to your computer and use it in GitHub Desktop.
Save codermarcos/a869dce536fe505e370e246ccf77e74f to your computer and use it in GitHub Desktop.
Criando objeto na memoria
var pessoa = {
nome: 'Marcos',
contatos: {
email: 'coder.marcos@gmail.com'
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment