Question
Write a function that takes two arrays of strings, sorts each array individually in ascending order, and then merges them into a single sorted array?
Login to Submit