Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epoch/es6-ex
https://github.com/epoch/es6-ex
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/epoch/es6-ex
- Owner: epoch
- Created: 2018-05-21T06:07:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T06:07:55.000Z (over 6 years ago)
- Last Synced: 2024-10-25T01:39:22.909Z (2 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ES6-Exercise
This is an exercise file for the intro to ES6 lesson## Instructions
- Clone down this repository
- Go into each file in the exercises folder and solve the problem that is given. Look at your code along and google your little hearts out.
- Use an online REPL or run each file in your command line using node.
l
## Additional resources- [ES6](http://webapplog.com/es6/)
- [You Don't Know ES6](https://github.com/getify/You-Dont-Know-JS/tree/master/es6%20%26%20beyond)
- [Block Scope](https://www.sitepoint.com/joys-block-scoping-es6/)
- [Destructuring](http://www.2ality.com/2015/01/es6-destructuring.html)
- [Template Literals](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#Tagged_template_literals)