From e32f02390394ba1700fcbca6fcca2adbbbed58c4 Mon Sep 17 00:00:00 2001 From: lunix01 <646696730@qq.com> Date: Wed, 24 Feb 2016 14:43:14 +0800 Subject: [PATCH] es6-cheatsheet --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba2bf77..f02c155 100644 --- a/README.md +++ b/README.md @@ -756,7 +756,8 @@ http://www.listjs.com ## ES6 * [es6features](https://github.com/lukehoban/es6features) - Overview of ECMAScript 6 features. -* [es6-features](https://github.com/rse/es6-features) - ECMAScript 6: Feature Overview & Comparison +* [es6-features](https://github.com/rse/es6-features) - ECMAScript 6: Feature Overview & Comparison. +* [es6-cheatsheet](https://github.com/DrkSephy/es6-cheatsheet) - ES2015 [ES6] cheatsheet containing tips, tricks, best practices and code snippets. * [ECMAScript 6 compatibility table](http://kangax.github.io/compat-table/es6/) - Compatibility tables for all ECMAScript 6 features on a variety of environments. * [Babel (Formerly 6to5)](https://github.com/babel/babel) - Turn ES6+ code into vanilla ES5 with no runtime. * [Traceur compiler](https://github.com/google/traceur-compiler) - ES6 features > ES5. Includes classes, generators, promises, destructuring patterns, default parameters & more.