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
create-an-export-fallback-with-export-default
create-strings-using-template-literals
declare-a-read-only-variable-with-the-const-keyword
explore-differences-between-the-var-and-let-keywords
import-a-default-export
mutate-an-array-declared-with-const
prevent-object-mutation
set-default-parameters-for-your-functions
understand-the-differences-between-import-and-require
use--to-import-everything-from-a-file
use-arrow-functions-to-write-concise-anonymous-functions
use-class-syntax-to-define-a-constructor-function
use-destructuring-assignment-to-assign-variables-from-arrays
use-destructuring-assignment-to-assign-variables-from-nested-objects
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
use-destructuring-assignment-with-the-rest-operator-to-reassign-array-elements
use-export-to-reuse-a-code-block
use-getters-and-setters-to-control-access-to-an-object
use-the-rest-operator-with-function-parameters
use-the-spread-operator-to-evaluate-arrays-in-place
write-arrow-functions-with-parameters
write-concise-declarative-functions-with-es6
write-concise-object-literal-declarations-using-simple-fields
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