Skip to content

Some basic javascript coding challenges and interview questions

Notifications You must be signed in to change notification settings

kolodny/exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bc0f04f · Nov 25, 2016
Jun 30, 2016
Jan 13, 2016
Dec 22, 2015
Jun 16, 2015
Apr 22, 2015
Jun 22, 2015
Oct 18, 2015
Apr 23, 2015
Jun 22, 2015
Jun 16, 2015
Oct 7, 2015
Apr 20, 2015
Feb 13, 2016
Jul 1, 2015
Apr 22, 2015
Jun 12, 2015
Jun 29, 2015
Dec 6, 2015
Feb 13, 2016
Apr 14, 2015
Apr 14, 2015
Jun 16, 2015
Feb 13, 2016

Repository files navigation

Gitter

These are some basic (and advanced) coding challenges

Here's the basic workflow:

[~]         $ git clone https://github.com/kolodny/exercises
[~]         $ cd exercises
[exercises] $ npm install
[exercises] $ cd debounce
[debounce]  $ vi index.js
[debounce]  $ npm test

This uses a basic TDD approach so take a look at the test.js file in each directory to see what needs to be implemented, write an index.js as the solution file

Contributing

Pull requests welcome, please follow the basic workflow:

  1. Make a folder
  2. Copy a package.json from a sibling folder
  3. Make a test.js file
  4. Optionally provide a README.md

About

Some basic javascript coding challenges and interview questions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published