Skip to content

murvanessa/JavaScript-Koans

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

140 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

How to run it

git clone https://github.com/8pointers/JavaScript-Koans.git koans
cd koans
npm install

To run a single test from the command line

first install jest globally: npm install -g jest. Then run the test file with jest:

jest path/to/file.test.js

or

cd path/to
jest file.test.js

To run all the tests from command line

npm test

About

JavaScript Koans

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 98.1%
  • HTML 1.7%
  • CSS 0.2%