1. let a = ["",0,undefined,null,"a"].filter(item=>item)
    2. console.log(a) // [ 'a' ]
    3. // this function is to remove 0,null,"",undefined which mean false