diff --git a/9. ES6/README.md b/9. ES6/README.md index 145a587..3b545fe 100644 --- a/9. ES6/README.md +++ b/9. ES6/README.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