Valores Referencia created by jose2196829 - https://repl.it/FWCS/1
var obj1 = {}; var obj2 = obj1; obj1.name = "Jose Luis"; console.log(obj2.name);