Skip to content

AleksandraX/Simple-algorithms-in-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-algorithms-in-js

Most popular exercises in javascript with automatic tests. Pull this code, try to solve each and if pass tests - make a PR. Each exercise could be solve in more than one way.

Prerequirements:

  • installed node
  • knowing basic of js
  • can work with VS

For first run you have to open main folder in Visual Code (you should be on the same node as "package.json". image

Then, open a terminal and write "npm i" to install all necessary dependencies. Now you can start work. :)

Run your tests by taping a command: "npm test {folderName}/test.js" e.g. "npm test fizzbazz/test.js"

About

Most popular exercises in javascript with automatic tests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published