freeCodeCamp/curriculum/challenges/english/02-javascript-algorithms-an.../es6
geeseyj f3fd951446 fix(coding): uncomment destructuring test and add solution (#18909)
* fix(coding): uncomment destructuring test and add solution

the test that ensured destructuring was being used had been left commented out and there was no solution offered. I uncommented the test and verified it worked as well as added the solution.

* fix: corrected partial solution to full
2019-02-25 23:27:50 +05:30
..
compare-scopes-of-the-var-and-let-keywords.english.md
create-an-export-fallback-with-export-default.english.md fix(curriculum): replace window by self for js challenges 2019-01-16 10:45:39 +00:00
create-strings-using-template-literals.english.md fix(curriculum): Create Strings using Template Literals (#34296) 2018-11-22 19:51:51 +03:00
declare-a-read-only-variable-with-the-const-keyword.english.md Update: Added info re uppercase and lowercase (#35094) 2019-02-19 23:12:46 -05:00
explore-differences-between-the-var-and-let-keywords.english.md
import-a-default-export.english.md Fixed problem with regex in es6 import challenge (#19718) 2019-02-03 18:07:55 +01:00
mutate-an-array-declared-with-const.english.md
prevent-object-mutation.english.md [Curriculum] ES6: Prevent object mutation; fix minor typos (#34650) 2018-12-12 13:32:28 +00:00
set-default-parameters-for-your-functions.english.md
understand-the-differences-between-import-and-require.english.md fix(curriculum): replace window by self for js challenges 2019-01-16 10:45:39 +00:00
use--to-import-everything-from-a-file.english.md fix(curriculum): replace window by self for js challenges 2019-01-16 10:45:39 +00:00
use-arrow-functions-to-write-concise-anonymous-functions.english.md
use-class-syntax-to-define-a-constructor-function.english.md Added solution (#27077) 2019-01-24 15:36:57 -05:00
use-destructuring-assignment-to-assign-variables-from-arrays.english.md fix(coding): uncomment destructuring test and add solution (#18909) 2019-02-25 23:27:50 +05:30
use-destructuring-assignment-to-assign-variables-from-nested-objects.english.md fix: use correct variables for challenge (#34935) 2019-02-20 22:00:21 -08:00
use-destructuring-assignment-to-assign-variables-from-objects.english.md fix: add a ; to the end of the example code (#34379) 2019-02-16 19:20:10 +05:30
use-destructuring-assignment-to-pass-an-object-as-a-functions-parameters.english.md
use-destructuring-assignment-with-the-rest-operator-to-reassign-array-elements.english.md [Tests] ES6: Use Destructuring Assignment with the Rest Operator (#34303) 2018-11-22 22:27:16 +09:00
use-export-to-reuse-a-code-block.english.md fix(curriculum): replace window by self for js challenges 2019-01-16 10:45:39 +00:00
use-getters-and-setters-to-control-access-to-an-object.english.md Challenge - ES6: Use getters and setters to Control Access to an Object - Added solution and explanation of private variable naming convention (#24362) 2018-12-03 19:10:09 +05:30
use-the-rest-operator-with-function-parameters.english.md fix: updated challenges text (#34458) 2018-11-27 02:05:14 +05:30
use-the-spread-operator-to-evaluate-arrays-in-place.english.md
write-arrow-functions-with-parameters.english.md Challenge - ES6: Write Arrow Functions with Parameters - Expanded description (#25997) 2019-01-09 11:00:16 +00:00
write-concise-declarative-functions-with-es6.english.md fix(curriculum): getUserInput is not defined 2019-02-13 22:01:38 +00:00
write-concise-object-literal-declarations-using-simple-fields.english.md fix: fixed the test and added solution 2018-11-27 19:52:49 +09:00
write-higher-order-arrow-functions.english.md Update Higher-Order Arrow Functions code challenge (#34414) 2019-02-24 13:34:53 +05:30