Inspiration

In JavaScript, you can merge two sorted arrays by using the spread operator to combine the arrays and then using the sort() method to sort the resulting array.

What it does

It merge two sorted lists

How we built it

Using sort() I merged two sorted list

What we learned

In this project I learned how to `merge two sorted list in javascript language. This is computer science problem

Built With

Share this project:

Updates