Tiktok - Software Engineer (Frontend) - Round 1 - Zoom
Education: Master’s
Years of Experience (YOE): 4
Questions Asked:
- Ask about writing your own promise.all(),
- then ask what the difference is about promise.allSettled(), and race()
- Merge two sorted arrays with order
- Input:* nums1 = [1, 2,4], nums = [2,3,6]
- .Output:* [1,2,2,3,4,6]