Visualising documentation: JavaScript array.filter
Charlotte Fereday
Posted on August 17, 2020
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.
💖 💪 🙅 🚩
Charlotte Fereday
Posted on August 17, 2020
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
javascript JavaScript dumbed down Part three. control flow, basic functions, and interactions.
August 17, 2023