var a = [1, 2, 3, 4, 5]; var b = [a, b, c, d, e]; var c = a.concat(b, 'worinilaomu'); console.log(c[1]);