If I have a method that uses the keyword \'this\':
let myObject = { logThis: function(){ console.log(this) }, }
And I pass it