5 tricks to apply when you write javascript code
Aug 23, 2023 · 3 min read · 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...
Join discussion