JavaScript: `filter()` method
.filter() is a built-in array method that is used to filter out the elements of an array based on specific condition.
\=============================================================
The filter method calls a callback function on each element of array ...
amanchauhan.hashnode.dev1 min read