Combine arrays

what’s a simple way to combine arrays with as3?

by combine, i mean that contents of one array are pushed into another array. I already tried a for loop and push.