Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 881 Bytes

Readme.md

File metadata and controls

20 lines (16 loc) · 881 Bytes

10x Academy JavaScript Assignments

Curated list of JavaScript Assignments to make you familiar with the concepts of the language


Assignments:

Please follow these steps before submitting

  • Create a new branch off master to code your solution into
  • Check if you have followed the instructions properly
  • Run npm run test and see if all the test cases are passed
  • If all the tests are passed, push the code and raise the PR