← Back to Phase 1: Fundamentals

Function.prototype.call

Phase 1: FundamentalsModule 2: Function Prototypes

Easy6.76k completed

Description

Implement the Function.prototype.call() function that calls the function with a given `this` value and provided arguments

Your Solution