5 Simple and powerful JavaScript hacks
1. Null Filtering Some time we got some payload of array from external sources and we need to filter out the null values from array to process further. Below is very simple and power full trick to perform this task.…