filter empty element from an array
In this post we will see how we can filter array of element without empty element which can be null or ''
Using javascript
Javascript .filter() method creates a new array with all elements that pass the test implemented by the provided function.
arr ...
blog.przbadu.dev1 min read