Add Only Truthy Values to Object
Add To Object Dynamically
I believe you have come across a situation where you have to make sure
you only get the truthy value of a variable that simply means you have to
check for all the falsy values in JavaScript like false, 0, -0, 0n, "", null,
...
ksr.hashnode.dev2 min read