#es6katas Direct links to open katas in tddbin.com. Source: https://github.com/tddbin/katas/tree/master/katas/es6/language 1: template strings - basics 2: template strings - multiline 3: template strings - tagged 4: template strings - String.raw 5: arrow functions - basics 6: arrow functions - binding 7: block scope - let 8: block scope - const 9: object-literals - basics 10: destructuring - array 11: destructuring - string 12: destructuring - object 13: destructuring - defaults 14: destructuring - parameters 15: destructuring - rename 16: object-literal - computed properties 17: unicode - in strings 18: rest - as-parameter 19: rest - with-destructuring