i wanna make this aarray
let number = [022-123-456-2322, 021-123-456-2322, 031-123-456-2377, 041-123-456-2322, ];
to this
let number = [0221234562322, 0211234562322, 0311234562377, 0411234562322, ];
and make them to string array
let number = ["0221234562322, 0211234562322, 0311234562377, 0411234562322" ];