freeCodeCamp/curriculum/challenges/english/02-javascript-algorithms-an.../es6
Илья a326c2cf9a Make a comparison in the test more accurately (#35500)
* Update use-arrow-functions-to-write-concise-anonymous-functions.english.md

* refactor:  fix the assert messages to make them more like all the rest in the curriculum (i.e. using `should`)

Co-Authored-By: iliyaZelenko <iliyazelenkog@gmail.com>
2019-04-01 10:55:43 +02:00
..
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 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 Copy edits (#35536) 2019-03-29 22:06:58 +05:30
explore-differences-between-the-var-and-let-keywords.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
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 fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
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 Simplify challenge wording (#25120) 2019-03-06 18:57:43 -05:00
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 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: reworded text messages (#27072) 2019-03-06 18:30:58 -05: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