mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
* Possible semantic error "identical" generally means that both variables are linked to exact same array which is not the case: ``` thisArray !== thatArray ``` Maybe "similar" or other word could be used instead * Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-data-structures/copy-an-array-with-the-spread-operator.md Made the comment more accurate Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.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 | ||