From b8a33bb70b3591cf50f4a44c06ed66966ad2d668 Mon Sep 17 00:00:00 2001 From: Cristhian Won Date: Fri, 14 Apr 2017 15:22:22 -0300 Subject: [PATCH] new feature list with examples ES6 New page with the features and examples of ECMAScript6. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 202dc43..73bb726 100644 --- a/README.md +++ b/README.md @@ -98,4 +98,5 @@ ECMAScript 5 equivalents. - [JS Features](http://jsfeatures.in/) (by Hemanth.HM) - [Minimalist examples of ES6 functionalities](https://github.com/hemanth/paws-on-es6) (by Hemanth.HM) - [Understanding ECMAScript 6](https://leanpub.com/understandinges6/read/) (by Nicholas C. Zakas) + - [ECMAScript 6 examples](https://crismaster.github.io/es6-examples/) (by Cristhian Won)