From d4f63426b747e5634b407f0c471012f1ba959587 Mon Sep 17 00:00:00 2001 From: bubbles linux Date: Sat, 14 Aug 2021 23:23:15 +0100 Subject: [PATCH] Execute Modern JS: update lessons 16, 17 --- week-01-02/javascript-practice/execute.md | 3 +++ week-01-02/javascript-practice/test.js | 11 +++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/week-01-02/javascript-practice/execute.md b/week-01-02/javascript-practice/execute.md index 855315d..15c5349 100644 --- a/week-01-02/javascript-practice/execute.md +++ b/week-01-02/javascript-practice/execute.md @@ -232,6 +232,9 @@ | 13. | Computed properties | Jul 8, Thu | | 14. | Tagged template literals | Jul 9, Fr | | 15. | Basic array destructuring | Aug 14, Sat | +| 16. | Basic object destructuring | Aug 14, Sat | +| 17. | Places where destructuring is allowed | Aug 14, Sat | +| | | |