Search
⌘K

Leetcode 2693. Call Function with Custom Context

Implement a polyfill for Function.prototype.call that invokes a function with its this bound to a provided non-null object and forwards any additional arguments, without using the built-in Function.call. Inputs guarantee the first argument is a non-null object and there can be up to 100 total arguments.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.