How to do an Array compact with pure JS. With pure javascript, the best option is to use Array.prototype.filter(), for example: list = [null ...
確定! 回上一頁