Skip to content

CodeNegar/javascript-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Exercises

Algorithms and data structures using Node.js and Jest.js test framework.

List of exercises and tests are cloned from: https://github.com/StephenGrider/algocasts

Requirements

  • Node.js
  • NPM
  • Jest

Running test cases

Type exercise name instead of PRACTICE_TITLE placeholder (e.g. fizzbuzz).

npm install -g jest
cd javascript-exercises/src
jest PRACTICE_TITLE/test.js

About

Algorithms and data structures using Node.js and Jest.js test framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published