how to join two array in a single array in javascript code example Example: javascript concat two arrays //ES6 const array3 = [...array1, ...array2];