Pages

This

  1. let me = {

  2.   name:"dupont",

  3.   ptrMe: function() {console.log(this.name)}

  4.   }

  5.   , you = {

  6.     name:"dupond",

  7.     ptrYou: function() {console.log(this.name)}

  8.   };

  9.     

  10. me.print = you.ptrYou;

  11. me.print()


🚀me.print()





🆘this what's that 

https://docs.google.com/document/d/1TJ8-3_9copZ0o_-GsS-to9wrLJYgPhj84TE_3Nd-XJA/edit?usp=sharing