eSh3m4 / kata-javascript

kata javascript to help learning JS specificities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KATA-JAVASCRIPT

Getting started

  • Clone this repo using git clone
  • Install dependencies npm install
  • Launch unit tests npm test
  • Watch unit tests npm run watch

Learn

If you never touched Javascript, you should start by reading this document: https://developer.mozilla.org/fr/docs/Web/JavaScript/Une_r%C3%A9introduction_%C3%A0_JavaScript

There are specs in the _tests_ directory. You have to replace every lodash ( _ ) in these files to make the tests passes.

If you don't want to see all the tests, you can launch them by type like this:

  • npm run test:types
  • npm run test:functions
  • npm run test:classes
  • npm run test:closures
  • npm run test:this
  • npm run test:string
  • npm run test:array

About

kata javascript to help learning JS specificities


Languages

Language:JavaScript 100.0%