Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joeshub/javascriptbits
Learn ES6 and JavaScript bit by bit
https://github.com/joeshub/javascriptbits
es6
Last synced: 6 days ago
JSON representation
Learn ES6 and JavaScript bit by bit
- Host: GitHub
- URL: https://github.com/joeshub/javascriptbits
- Owner: joeshub
- Created: 2016-11-05T23:32:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-22T20:27:34.000Z (over 7 years ago)
- Last Synced: 2024-11-13T01:36:50.925Z (2 months ago)
- Topics: es6
- Language: JavaScript
- Homepage: http://javascriptbits.com
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# javascriptbits
## Learn ES6 and JavaScript bit by bit### Examples
- block scoping with let
https://twitter.com/javascriptbits/status/795025845752467456- re-declared variables with let
- temporal dead zone in ES6 with let and const
- sharing variable names with function names in ES6
- const vs. let and var in ES6
- function default parameters in ES6
- function rest parameters in ES6
- arrow functions and lexical this
### References
- https://tc39.github.io/ecma262/
- http://jsrocks.org/2015/01/temporal-dead-zone-tdz-demystified/
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/let- https://github.com/getify/You-Dont-Know-JS/tree/master/es6%20%26%20beyond