Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 640 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 640 Bytes

Instruction

Github Workflow

  • Fork this Repo.
  • Open the src folder
    • View the Readme.md for each challenge in its folder
    • Solve all the problems in its corresponding index file.
  • Submit a PR against your branch name i.e Make sure your name and the target branch matches

PR

Note You can rename any of the index.js files to index.ts to solve the problem using typescript. You would be required to write the correct function signatures for the functions though.