222 Views
Filter method is part of the Array prototype and you can use it for all the arrays in your program. The name is kind of self-explanatory, you give it an array and get the array you want in return.
0 comments
Join in on a hand-picked round up of the best JavaScript articles every day.
Curated by our Moderators and Voted up by our Community. Free.
Filter method is part of the Array prototype and you can use it for all the arrays in your program. The name is kind of self-explanatory, you give it an array and get the array you want in return.