freeCodeCamp/curriculum/challenges
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
..
_meta fix(learn): Broke several steps down into smaller steps for the Cafe Menu project - v7 (#39778) 2020-10-13 17:27:40 -05:00
chinese chore(learn): Remove remaining isHidden keys from frontmatter (English and Chinese challenges) (#39809) 2020-10-08 14:18:47 +02:00
english fix(learn): Possible semantic error in explanation comment (#39813) 2020-10-14 19:53:49 -06:00