how to append an array to the end of another js code example
Example: javascript append array to end of array
const new_array = old_array.concat([value1[, value2[, ...[, valueN]]]])
const new_array = old_array.concat([value1[, value2[, ...[, valueN]]]])