← Back to Phase 1: Fundamentals

Array.prototype.square

Phase 1: FundamentalsModule 3: Array Methods

Premium
Easy7.5k completed

Description

Implement a custom Array.prototype.square() method that squares the values in an array

Your Solution