let noArray_leftOdd = ['0001101', '0011001', '0010011', '0111101']; console.log(noArray_leftOdd.map(e => e.split("").reverse().join("")));