DEV Community

Charlotte Fereday
Charlotte Fereday

Posted on • Updated on

Visualising documentation: JavaScript array.filter

Alt Text

Most days, for a few weeks, I’m aiming to sketch core JavaScript array functions.

This series began on medium and moves over here :)

Today’s function is array.filter(), mdn description here. Filter creates a new array with all the elements which meet the requirements for the test function.

Here’s my own version of the rewritten core docs & the sketches together. Here’s the folder for array.filter. Check out the readme to see how you can run the examples.

Top comments (0)