mediumReact

Build Pagination Component

Create a reusable pagination component that displays items page by page.
Ensure function signatures match starter code to run test cases.
index.js
Loading...

Test Case #1

Input: [1,2,3,4],2

Expected: [1,2]

Solve Build Pagination Component | Algorithmic Interview Drill