




Sponsored
Sponsored
Use these hints if you're stuck. Try solving on your own first.
The easiest way to solve this is to use the built-in fn.apply() method.
Without built-in methods, you need to figure out a way to call the function (this) from context object. That will associate "this" appropriately.
You can create a new Symbol(). Attach the symbol to the context object and set the method to be "this". Then call the method on the symbol.