Skip to content

Dishant-garg/devil

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Assignments

You are provided empty JavaScript files (or having function signatures) in this directory. You have to follow the instructions given in each file and write the code in the same file to complete the assignment.

Assignments

Feel free to start doing these in any order you like.

  1. Easy
  2. Medium
  3. Hard

Testing

  1. Follow the comment above each problem to run test for that problem
  2. To tests for all the problems of this week run npx jest ./tests/

Development Setup

  1. If you have Node.js locally, you should run these on your machine
  2. If you don't, you can copy these over to repl.it and run it there. Tests wont be automated there so you will have to make use judgement to ensure if your code is correct

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.1%
  • HTML 1.7%
  • TypeScript 0.2%