freeCodeCamp/curriculum/challenges/english/02-javascript-algorithms-an.../es6
Aly Pilkons dae22c95c3 Edit Instructions Text To Make Goal Clearer (#35887)
* Edit Instructions Text To Make Goal Clearer

The instructions end with "using the object provided" which is unclear since the user is expected to create their own name for the object. Users may think they need to reference an object name and be confused when they do not find it. Reiterating that the user needs to create the name for the object themselves makes the task clearer.

* Updated commit based on comments
2019-04-26 18:33:04 +05:30
..
compare-scopes-of-the-var-and-let-keywords.english.md Copy edits (#35536) 2019-03-29 22:06:58 +05:30
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
declare-a-read-only-variable-with-the-const-keyword.english.md Added the semicolon in the example provided (#35898) 2019-04-23 19:26:50 -04:00
explore-differences-between-the-var-and-let-keywords.english.md
import-a-default-export.english.md Copy edits (#35536) 2019-03-29 22:06:58 +05:30
mutate-an-array-declared-with-const.english.md
prevent-object-mutation.english.md Copy edits (#35536) 2019-03-29 22:06:58 +05:30
set-default-parameters-for-your-functions.english.md [Fix] Removed unnecessary IIFEs from ES6 challenges (#34538) 2019-03-25 09:19:34 -05:00
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 Edit Instructions Text To Make Goal Clearer (#35887) 2019-04-26 18:33:04 +05:30
use-arrow-functions-to-write-concise-anonymous-functions.english.md Make a comparison in the test more accurately (#35500) 2019-04-01 10:55:43 +02:00
use-class-syntax-to-define-a-constructor-function.english.md Copy edits (#35536) 2019-03-29 22:06:58 +05:30
use-destructuring-assignment-to-assign-variables-from-arrays.english.md [Fix] Removed unnecessary IIFEs from ES6 challenges (#34538) 2019-03-25 09:19:34 -05:00
use-destructuring-assignment-to-assign-variables-from-nested-objects.english.md Copy edits (#35536) 2019-03-29 22:06:58 +05:30
use-destructuring-assignment-to-assign-variables-from-objects.english.md Copy edits (#35536) 2019-03-29 22:06:58 +05:30
use-destructuring-assignment-to-pass-an-object-as-a-functions-parameters.english.md [Fix] Removed unnecessary IIFEs from ES6 challenges (#34538) 2019-03-25 09:19:34 -05:00
use-destructuring-assignment-with-the-rest-operator-to-reassign-array-elements.english.md fix: made destructuring test more flexible (#35685) 2019-03-27 23:59:53 +05:30
use-export-to-reuse-a-code-block.english.md Copy edits (#35536) 2019-03-29 22:06:58 +05:30
use-getters-and-setters-to-control-access-to-an-object.english.md Copy edits (#35536) 2019-03-29 22:06:58 +05:30
use-the-rest-operator-with-function-parameters.english.md Copy edits (#35536) 2019-03-29 22:06:58 +05:30
use-the-spread-operator-to-evaluate-arrays-in-place.english.md [Fix] Removed unnecessary IIFEs from ES6 challenges (#34538) 2019-03-25 09:19:34 -05:00
write-arrow-functions-with-parameters.english.md
write-concise-declarative-functions-with-es6.english.md fix: reworded text messages (#27072) 2019-03-06 18:30:58 -05:00
write-concise-object-literal-declarations-using-simple-fields.english.md
write-higher-order-arrow-functions.english.md Update Higher-Order Arrow Functions code challenge (#34414) 2019-02-24 13:34:53 +05:30