* package-lock.json and package.json have been updated?
* Revert "package-lock.json and package.json have been updated?"
This reverts commit 77fb01ddf6cb378761fc79b45c851eb3261c3603.
* removed quotes from portuguese challenge files
Improve translation of `curriculum/challenges/portuguese/02-javascript-algorithms-and-data-structures/regular-expressions/check-for-all-or-none.portuguese.md` and fix wrong Javascript replacements.
Thank you for your pull request, with contributions like yours we will improve our Portuguese translation for millions of FreeCodeCamp users that want to learn to program using their native language.
Hope you continue to help us make FreeCodeCamp better for everyone!
* fix: removed all ​ from tests verbiage
* fix: added single quote to start text string
* remove single quote from text line
* fix: removed the hidden chars in the testStrings
* fix: removed hidden chars from testString section
* fix: removed hidden chars form testString part
* fix: removed hidden chars from testString part
* fix: removed hidden chars from testString part
A test that featured nested arrays just happens to work, but nested arrays will not be removed if they’re duplicates by the current solution of this challenge. See issue #18265