Compact Array

Remove falsy values (null, false, 0, empty strings) from an array.

Code

General
arr.filter(Boolean);

Parameters

Array with falsy values

Browser·fetch() may be limited by CORS

More JavaScript Snippets