Last active
January 16, 2017 21:38
-
-
Save dillonius01/0f122559c5e42dcf34f9cf6dd1b69530 to your computer and use it in GitHub Desktop.
List of Codewars problems demonstrating new ES6 features
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Rest/spread operator | |
| Compose Function: https://www.codewars.com/kata/compose-functions-t-combinator/ | |
| Wrapped Function: https://www.codewars.com/kata/511ed4593ba69cba1a000002/ | |
| Duplicate Arguments: http://www.codewars.com/kata/duplicate-arguments | |
| Default+Rest+Spread: https://www.codewars.com/kata/default-plus-rest-plus-spread | |
| Classes | |
| http://www.codewars.com/kata/cylon-evolution //focus on inheritance | |
| https://www.codewars.com/kata/classy-extentions // pretty basic but ES6 specific | |
| https://www.codewars.com/kata/simple-substitution-cipher-helper //also just a basic OOP problem | |
| Template Strings | |
| https://www.codewars.com/kata/who-likes-it/javascript | |
| https://www.codewars.com/kata/hangman-game // could also be fore Classes | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| Generators | |
| https://www.codewars.com/kata/prime-number-generator-simple-version | |
| All Babel + ES2015 Kata: | |
| https://www.codewars.com/kata/search/javascript?q=&tags=Babel | |
| React Specific: | |
| https://www.codewars.com/kata/react-with-jsx | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment