freeCodeCamp/curriculum
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
..
__fixtures__ fix: translate title and dashName correctly 2020-10-06 23:10:08 +05:30
challenges fix(learn): Possible semantic error in explanation comment (#39813) 2020-10-14 19:53:49 -06:00
schema fix: translate title and dashName correctly 2020-10-06 23:10:08 +05:30
test chore(curriculum): replace validator with Joi (#39959) 2020-10-13 17:25:24 +05:30
.babelrc chore: preparing for the move 2018-09-27 12:36:41 +05:30
LICENSE.md chore: preparing for the move 2018-09-27 12:36:41 +05:30
comment-dictionary.js fix: added Chinese comment translations for Responsive Web Design 2020-08-16 04:45:17 +05:30
create-challenge-bundle.js chore: preparing for the move 2018-09-27 12:36:41 +05:30
getChallenges.acceptance.test.js fix: use location for language, not extension 2020-09-29 22:09:01 +02:00
getChallenges.js fix: translate title and dashName correctly 2020-10-06 23:10:08 +05:30
getChallenges.test.js test: stop relying on curriculum dir structure 2020-09-29 22:09:02 +02:00
gulpfile.js fix: simplify language specific testing 2020-08-16 04:45:19 +05:30
lib.js feat(langs): Prep Spanish challenges for parsing 2018-10-11 02:15:05 +05:30
package-entry.js chore: preparing for the move 2018-09-27 12:36:41 +05:30
package-lock.json chore(curriculum): replace validator with Joi (#39959) 2020-10-13 17:25:24 +05:30
package.json chore(curriculum): replace validator with Joi (#39959) 2020-10-13 17:25:24 +05:30
utils.js fix: simplify language specific testing 2020-08-16 04:45:19 +05:30