Skip to content

leggsimon/JavaScript-Koans

 
 

Repository files navigation

JavaScript Koans

JavaScript Koans - exercises for my JavaScript workshop.

  • Intro (Jest)
  • Objects
  • Functions part 1
  • Arrays
  • Functions part 2
  • Functions part 3
  • OOP
  • Observable
  • Promises
  • Redux

Prerequisites

  • NodeJS 10.1.0 or newer
  • npm 5.6.0 or newer

How to run it

npm install

To run all the tests from command line:

npm test

If you are using Visual Studio Code, vscode-jest should work out-of-the-box.

About

JavaScript Koans

Companion exercises to my JavaScript workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 98.2%
  • HTML 1.6%
  • CSS 0.2%