hardReact

Build Drag and Drop List

Implement drag and drop functionality to reorder list items.
Ensure function signatures match starter code to run test cases.
index.js
Loading...

Test Case #1

Input: Move item 1 to position 3

Expected: Updated order

Solve Build Drag and Drop List | Algorithmic Interview Drill