diff --git a/ES6.md b/ES6.md index 145a587..15aab02 100755 --- a/ES6.md +++ b/ES6.md @@ -17,11 +17,14 @@ 1. Array.isArray() 1. argument object 1. spread and rest operators +1. Trailing commas 1. Template Literals 1. Object literal extensions 1. Destructuring 1. swap (desconstucturing method) - +1. Merge objects +1. Array functions +1. Asynchronous programming