youtube and read so many posts. but still i am not able to understand
this
.....any suggestions ??
you must first understand scopes in programming
Read the book I just mentioned
when you call a method on an object, like: object.method(), this will be object. Note that it won't work this way when you do const savedMethod = object.method
Also if you see sth like object.method.call(object2), the this will point to object2 and not object
Обсуждают сегодня