Course · Section 11: Working With Arrays · Lecture 157: The map Method
Implement `visibleItems(items)` returning only the items whose `visible` property is true.
+ 1 hidden test run on Submit.
filter keeps only items whose visible property is truthy, producing a new array for rendering.
Run your code to see results.