← Back to Phase 1: Fundamentals

Function.prototype.apply

Phase 1: FundamentalsModule 2: Function Prototypes

Premium
Easy3.04k completed

Description

Implement the Function.prototype.apply() function that calls the function with a given `this` value and arguments as an array

Your Solution