Guest User

Untitled

a guest
Apr 24th, 2018
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. var pessoa = {
  2. nome: 'Marcos',
  3. contatos: {
  4. email: 'coder.marcos@gmail.com'
  5. }
  6. };
  7.  
  8. var clone = pessoa;
Add Comment
Please, Sign In to add comment