I assumed that .call should //change the context of this in the log method to obj, but it doesnt seem to be //doing that, it seems to refer to the window object as if I used this side a function
let obj={
a: "this should work right?"
}
console.log.call(obj,this.a);//returns undefined