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> |
||
|---|---|---|
| .. | ||
| access-an-arrays-contents-using-bracket-notation.md | ||
| access-property-names-with-bracket-notation.md | ||
| add-items-to-an-array-with-push-and-unshift.md | ||
| add-items-using-splice.md | ||
| add-key-value-pairs-to-javascript-objects.md | ||
| check-for-the-presence-of-an-element-with-indexof.md | ||
| check-if-an-object-has-a-property.md | ||
| combine-arrays-with-the-spread-operator.md | ||
| copy-an-array-with-the-spread-operator.md | ||
| copy-array-items-using-slice.md | ||
| create-complex-multi-dimensional-arrays.md | ||
| generate-an-array-of-all-object-keys-with-object.keys.md | ||
| iterate-through-all-an-arrays-items-using-for-loops.md | ||
| iterate-through-the-keys-of-an-object-with-a-for...in-statement.md | ||
| modify-an-array-stored-in-an-object.md | ||
| modify-an-object-nested-within-an-object.md | ||
| remove-items-from-an-array-with-pop-and-shift.md | ||
| remove-items-using-splice.md | ||
| use-an-array-to-store-a-collection-of-data.md | ||
| use-the-delete-keyword-to-remove-object-properties.md | ||