How can I Combine Arrays

If you have 2 or more separate arrays in Javascript and you want to combine them into a single array,
you can do this using the concat() method in Javascript.