← Back to Phase 1: Fundamentals

Function.prototype.bind

Phase 1: FundamentalsModule 2: Function Prototypes

Premium
Easy4.2k completed

Description

Implement the Function.prototype.bind() function that creates a new function with the `this` keyword set to a provided value

Your Solution