let me = {
name:"dupont",
ptrMe: function() {console.log(this.name)}
}
, you = {
name:"dupond",
ptrYou: function() {console.log(this.name)}
};
me.print = you.ptrYou;
me.print()
🚀me.print()
https://docs.google.com/document/d/1TJ8-3_9copZ0o_-GsS-to9wrLJYgPhj84TE_3Nd-XJA/edit?usp=sharing