Intern — Senior
Merging two increasing arrays into a single sorted array
livecode
Task condition
Given two arrays of integers, each sorted in ascending order. Implement a function that creates and returns a new array containing all elements from both original arrays, also sorted in ascending order.