Untitled

Run Settings
LanguageJavaScript
Language Version
Run Command
// 2 arrays that are sorted // merge the 2 arrays and sort them const mergeSortedArrays = (arr1, arr2) => [...arr1, ...arr2].sort((a, b) => a - b); mergeSortedArrays([0,3,4,31], [4,6,30])
Editor Settings
Theme
Key bindings
Full width
Lines