mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
* feat(tools): add seed/solution restore script * chore(curriculum): remove empty sections' markers * chore(curriculum): add seed + solution to Chinese * chore: remove old formatter * fix: update getChallenges parse translated challenges separately, without reference to the source * chore(curriculum): add dashedName to English * chore(curriculum): add dashedName to Chinese * refactor: remove unused challenge property 'name' * fix: relax dashedName requirement * fix: stray tag Remove stray `pre` tag from challenge file. Signed-off-by: nhcarrigan <nhcarrigan@gmail.com> Co-authored-by: nhcarrigan <nhcarrigan@gmail.com> |
||
|---|---|---|
| .. | ||
| add-methods-after-inheritance.md | ||
| change-the-prototype-to-a-new-object.md | ||
| create-a-basic-javascript-object.md | ||
| create-a-method-on-an-object.md | ||
| define-a-constructor-function.md | ||
| extend-constructors-to-receive-arguments.md | ||
| inherit-behaviors-from-a-supertype.md | ||
| iterate-over-all-properties.md | ||
| make-code-more-reusable-with-the-this-keyword.md | ||
| override-inherited-methods.md | ||
| remember-to-set-the-constructor-property-when-changing-the-prototype.md | ||
| reset-an-inherited-constructor-property.md | ||
| set-the-childs-prototype-to-an-instance-of-the-parent.md | ||
| understand-own-properties.md | ||
| understand-the-constructor-property.md | ||
| understand-the-immediately-invoked-function-expression-iife.md | ||
| understand-the-prototype-chain.md | ||
| understand-where-an-objects-prototype-comes-from.md | ||
| use-a-constructor-to-create-objects.md | ||
| use-a-mixin-to-add-common-behavior-between-unrelated-objects.md | ||
| use-an-iife-to-create-a-module.md | ||
| use-closure-to-protect-properties-within-an-object-from-being-modified-externally.md | ||
| use-dot-notation-to-access-the-properties-of-an-object.md | ||
| use-inheritance-so-you-dont-repeat-yourself.md | ||
| use-prototype-properties-to-reduce-duplicate-code.md | ||
| verify-an-objects-constructor-with-instanceof.md | ||