No, it’s not possible.
You can call a method with a specified value for this (using method.apply()
/method.call()
) but you cannot re-assign the keyword, this
.
No, it’s not possible.
You can call a method with a specified value for this (using method.apply()
/method.call()
) but you cannot re-assign the keyword, this
.