freeCodeCamp/guide/english/certifications/javascript-algorithms-and-d.../es6
Adrian Skar 6300a5339f fix(guide): ES6 markup and edit fixes and improvements (#34691)
- Remove image of phantom
- Remove notes for contributors
- Links to bottom and to markdown + some more
- Alternative code solution

### Notes:
- The guide article mentions the challenge can be solved by using `reduce()` but I couldn't find a way to do so. It might be better to remove that reference and the bottom link until someone provides one.
- The alternative code solution I provided uses a simpler way (in my opinion) to check if the values are integers but does not differ much from the original one. If necessary, feel free to remove it and go on with just the fixes.
2018-12-27 18:09:51 +05:30
..
compare-scopes-of-the-var-and-let-keywords fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
create-an-export-fallback-with-export-default fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
create-strings-using-template-literals Corrected capitalization, corrected to American spellings and typos (#30685) 2018-11-07 10:34:13 -05:00
declare-a-read-only-variable-with-the-const-keyword fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
explore-differences-between-the-var-and-let-keywords [Guide] ES6: var vs. let. Fixes and enhancements (#34221) 2018-11-06 21:53:38 -05:00
import-a-default-export fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
mutate-an-array-declared-with-const fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
prevent-object-mutation fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
set-default-parameters-for-your-functions fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
understand-the-differences-between-import-and-require fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
use--to-import-everything-from-a-file fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
use-arrow-functions-to-write-concise-anonymous-functions fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
use-class-syntax-to-define-a-constructor-function fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
use-destructuring-assignment-to-assign-variables-from-arrays fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
use-destructuring-assignment-to-assign-variables-from-nested-objects fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
use-destructuring-assignment-to-assign-variables-from-objects Corrected minor code errors (#34260) 2018-11-12 12:42:31 +05:30
use-destructuring-assignment-to-pass-an-object-as-a-functions-parameters fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
use-destructuring-assignment-with-the-rest-operator-to-reassign-array-elements fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
use-export-to-reuse-a-code-block fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
use-getters-and-setters-to-control-access-to-an-object fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
use-the-rest-operator-with-function-parameters fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
use-the-spread-operator-to-evaluate-arrays-in-place fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
write-arrow-functions-with-parameters fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
write-concise-declarative-functions-with-es6 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
write-concise-object-literal-declarations-using-simple-fields fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
write-higher-order-arrow-functions fix(guide): ES6 markup and edit fixes and improvements (#34691) 2018-12-27 18:09:51 +05:30
index.md fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30