results = [] [m1].flat().forEach (number) -> results.push String(number).padStart(3, "0").slice(0,2) results