From e58c5120528245e0b1f204523b89811408f58e4d Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Thu, 20 Jun 2019 09:28:46 -0500 Subject: [PATCH] Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/use-destructuring-assignment-to-assign-variables-from-objects.english.md Co-Authored-By: Oliver Eyton-Williams --- ...uring-assignment-to-assign-variables-from-objects.english.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/use-destructuring-assignment-to-assign-variables-from-objects.english.md b/curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/use-destructuring-assignment-to-assign-variables-from-objects.english.md index 89a3bc7ff5..ae553b7872 100644 --- a/curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/use-destructuring-assignment-to-assign-variables-from-objects.english.md +++ b/curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/use-destructuring-assignment-to-assign-variables-from-objects.english.md @@ -6,7 +6,7 @@ challengeType: 1 ## Description
-Destructuring allows you to assign a new variable name when extracting values by putting the new name after a colon when assigning the value. +Destructuring allows you to assign a new variable name when extracting values. You can do this by putting the new name after a colon when assigning the value. Using the same object from the last example: