We're a place where coders share, stay up-to-date and grow their careers.
404 bio not found
Work
Software Engineer
All private interactions must abide by the code of conduct.
const mergeArrays = (arr1, arr2) => [...arr1, ...arr2];
Apr 18 '20
Recent comments
What’s your alternative solution? Challenge #26
const mergeArrays = (arr1, arr2) => [...arr1, ...arr2];