freeCodeCamp/curriculum/challenges/english/02-javascript-algorithms-an.../basic-data-structures
Mykyta Ivanchenko cc464a6e56
fix(learn): Possible semantic error in explanation comment (#39813)
* 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>
2020-10-14 19:53:49 -06:00
..
access-an-arrays-contents-using-bracket-notation.md fix: replace .english.md extension with .md 2020-09-29 22:09:04 +02:00
access-property-names-with-bracket-notation.md fix: replace .english.md extension with .md 2020-09-29 22:09:04 +02:00
add-items-to-an-array-with-push-and-unshift.md fix: replace .english.md extension with .md 2020-09-29 22:09:04 +02:00
add-items-using-splice.md fix: replace .english.md extension with .md 2020-09-29 22:09:04 +02:00
add-key-value-pairs-to-javascript-objects.md fix: replace .english.md extension with .md 2020-09-29 22:09:04 +02:00
check-for-the-presence-of-an-element-with-indexof.md fix: replace .english.md extension with .md 2020-09-29 22:09:04 +02:00
check-if-an-object-has-a-property.md fix: replace .english.md extension with .md 2020-09-29 22:09:04 +02:00
combine-arrays-with-the-spread-operator.md fix: replace .english.md extension with .md 2020-09-29 22:09:04 +02:00
copy-an-array-with-the-spread-operator.md fix(learn): Possible semantic error in explanation comment (#39813) 2020-10-14 19:53:49 -06:00
copy-array-items-using-slice.md fix: replace .english.md extension with .md 2020-09-29 22:09:04 +02:00
create-complex-multi-dimensional-arrays.md fix: replace .english.md extension with .md 2020-09-29 22:09:04 +02:00
generate-an-array-of-all-object-keys-with-object.keys.md fix: replace .english.md extension with .md 2020-09-29 22:09:04 +02:00
iterate-through-all-an-arrays-items-using-for-loops.md fix: replace .english.md extension with .md 2020-09-29 22:09:04 +02:00
iterate-through-the-keys-of-an-object-with-a-for...in-statement.md fix: replace .english.md extension with .md 2020-09-29 22:09:04 +02:00
modify-an-array-stored-in-an-object.md fix: replace .english.md extension with .md 2020-09-29 22:09:04 +02:00
modify-an-object-nested-within-an-object.md fix: replace .english.md extension with .md 2020-09-29 22:09:04 +02:00
remove-items-from-an-array-with-pop-and-shift.md fix: replace .english.md extension with .md 2020-09-29 22:09:04 +02:00
remove-items-using-splice.md fix: replace .english.md extension with .md 2020-09-29 22:09:04 +02:00
use-an-array-to-store-a-collection-of-data.md fix: replace .english.md extension with .md 2020-09-29 22:09:04 +02:00
use-the-delete-keyword-to-remove-object-properties.md fix: replace .english.md extension with .md 2020-09-29 22:09:04 +02:00