Skip to content

Commit

Permalink
Organize the ES6 page
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed May 29, 2016
1 parent de829df commit 104651a
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions es6-features.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@

### Javascript ES6 Features and Examples

- **Exploring ES6**
http://exploringjs.com/es6/index.html
A full online book covering every aspect of ES6 in fine detail

#### Overviews

- **ES6 Features Overview**
https://github.com/lukehoban/es6features
Expand All @@ -17,10 +16,6 @@
https://ponyfoo.com/articles/es6
Quick samples and descriptions of all the various ES6 capabilities

- **ES6 In Depth**
https://ponyfoo.com/articles/tagged/es6-in-depth
Many articles covering each feature in greater detail

- **Javascript Features**
http://jsfeatures.in/#ES6
More samples of features in ES5, ES6, and ES7
Expand All @@ -29,3 +24,17 @@
http://jamesknelson.com/es6-the-bits-youll-actually-use/
A quick tour through some of the more useful features in ES6

- **ES6 Succinctly**
http://kamranahmed.info/blog/2016/04/04/es6-in-depth/
A very readable overview of the features in ES6, why you would want to use them, and examples showing what they look like.


#### In-Depth Details

- **ES6 In Depth**
https://ponyfoo.com/articles/tagged/es6-in-depth
Many articles covering each feature in greater detail

- **Exploring ES6**
http://exploringjs.com/es6/index.html
A full online book covering every aspect of ES6 in fine detail

0 comments on commit 104651a

Please sign in to comment.