From 256bc7f17f8b07a094ad1d3a52510e0e3504ac0f Mon Sep 17 00:00:00 2001 From: nam dang tran Date: Sat, 6 Feb 2021 22:56:05 +0700 Subject: [PATCH] destructuring exercise can't make add space before every skill/language in their array --- exercise-solutions/day1/5.destructuring.html | 45 ++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 exercise-solutions/day1/5.destructuring.html diff --git a/exercise-solutions/day1/5.destructuring.html b/exercise-solutions/day1/5.destructuring.html new file mode 100644 index 0000000..fd50c91 --- /dev/null +++ b/exercise-solutions/day1/5.destructuring.html @@ -0,0 +1,45 @@ + + + + + + + Destructuring + + + + + + + + \ No newline at end of file