OSDN Git Service

Regular updates
[twpd/master.git] / es6.md
diff --git a/es6.md b/es6.md
index c74dd5f..9ea0598 100644 (file)
--- a/es6.md
+++ b/es6.md
@@ -3,7 +3,7 @@ title: ES2015+
 category: JavaScript
 layout: 2017/sheet
 tags: [Featured]
-updated: 2017-10-21
+updated: 2019-11-14
 weight: -10
 intro: |
   A quick overview of new JavaScript features in ES2015, ES2016, ES2017, ES2018 and beyond.
@@ -489,7 +489,6 @@ Object.values(fatherJS)
 Object.entries(fatherJS)
 // [["age", 57], ["name", "Brendan Eich"]]
 ```
-
 {: data-line="3,5"}