Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 830 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 830 Bytes

README

This is collection of exercises and solutions to es6katas.org

How do I use it

The test directory contains all unit tests specs ordered by the original sequence. Those unit tests are fixed. The git history of the repository shows all original unit tests, it logs every original unit test and solved one by sequence. You'd better use a git diff tool to compare original version and solved version to better understand the ES6 features those unit tests show. You can use webstorm, gitx, gitk, source tree etc., or just use diff tool in this site.

es6tests01.png es6tests02.png