JavaScript Quick Tip: Quickly Filter Out All Falsy Values From An Array
Working with arrays in a functional way has mostly become the default when working with JavaScript these days. Why should you use a traditional imperative loop, like for, for..of, while, do..while, etc., when you can use map, filter, and forEach?
The...
deepdive.hashnode.dev2 min read