5 tricks to apply when you write javascript code
Today I am going to share 5 tricks to use when you write javascript code for the ease of your coding. 1. Remove falsy values from an array In our coding journey, we often have to use an array. Suppose you have an array that consists of truthy and fal...

