Skip to content

Commit

Permalink
Update javascript.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Rolon authored Sep 8, 2016
1 parent 66358b3 commit 5f6b62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topics/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jQuery is a beautiful piece of code and is incredibly useful, especially for pro
## ES2015 (ECMAScript 2015, or ES6)
- Block scope
- `let` `const` vs. `var`
- Arrow functions ([jsbin](https://jsbin.com/nabenuj/5/edit?html,js,console,output))
- Arrow functions ([jsbin](https://jsbin.com/nabenuj/6/edit))
- When to use curly brackets and what it means if you don't
- Scoping / context / this
- Leave binding in the dust..
Expand Down

0 comments on commit 5f6b62f

Please sign in to comment.