From 2d118bd0da00f806fbe9a667d1cf5d241ccfadc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E7=A5=A5?= <1366971433@qq.com> Date: Mon, 16 Dec 2019 17:13:36 +0800 Subject: [PATCH] =?UTF-8?q?ES6=E5=9F=BA=E7=A1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/ES6_基础.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/notes/ES6_基础.md b/notes/ES6_基础.md index c48516c..ab9218a 100644 --- a/notes/ES6_基础.md +++ b/notes/ES6_基础.md @@ -1482,3 +1482,9 @@ let items = []; items.pushAll(colors); ``` + + +## 参考资料 + ++ Nicholas C. Zakas . 深入理解ES6 . 电子工业出版社 . 2017-7-1 ++ [阮一峰 . ECMAScript 6 入门](https://es6.ruanyifeng.com/) \ No newline at end of file