const _delete = (array,index) => array.filter((i,j)=>j!==index)