freeCodeCamp/curriculum/challenges/italian/02-javascript-algorithms-an.../basic-javascript
Kristofer Koishigawa bcc9beff1f
feat(curriculum): introduce let and const earlier (#43133)
* fix: move "Explore Differences Between..." to basic JS, update seed and tests

* fix: resequence "Declare String Variables"

* fix: move "Declare a Read-Only Variable..." to basic JS, update seed and tests

* fix: revert changes to non-English "Explore Differences Between..." test text

* fix: revert test strings, solutions, and seeds for non-English challenges

* fix: update "Declare String Variables" description

* fix: sync quotation marks in description and seed

* fix: modify note in "Declare a Read-Only..." challenge

* fix: update operator and compound assignment challenges

* fix: update string challenges

* fix: update array and array method challenges

* fix: update function and scope challenges, resequence slightly

* fix: "Word Blanks" solution

* fix: add spacing to seed

* fix: concatenating += challenge spacing

* fix: appending variables to strings spacing

* fix: find the length of a string spacing

* fix: removed instances of removedFromMyArray = 0

* fix: switch challenges

* fix: function argument and param spacing

* fix: update counting cards, object challenges, and record collection

* fix: finish rest of Basic JS section

* fix: introducing else statements solution

* fix: update spacing and wording

* fix: update wording for const challenge

* fix: update functional programming challenges

* fix: intermediate algorithms and cert challenges

* fix: revert some spacing and remove comments for fp challenge solutions

* feat: add notes with links to moved let and const challenges in first two es6 challenges

* fix: update es6 intro text

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/concatenating-strings-with-the-plus-equals-operator.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/finding-a-remainder-in-javascript.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/global-scope-and-functions.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/iterate-through-an-array-with-a-for-loop.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/iterate-through-an-array-with-a-for-loop.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/functional-programming/implement-map-on-a-prototype.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/declare-a-read-only-variable-with-the-const-keyword.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* fix: concatenating strings with plus operator seed

* fix: add comments back to Declare a Read-Only Variable... seed

* feat: add es6 to basic javascript redirect tests for let and const challenges

* fix: revert "Concatenating Strings with Plus Operator" seed

* fix: move test file to cypress/integration/learn/redirects, separate redirect tests

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2021-10-25 17:55:58 +01:00
..
access-array-data-with-indexes.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
access-multi-dimensional-arrays-with-indexes.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
accessing-nested-arrays.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
accessing-nested-objects.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
accessing-object-properties-with-bracket-notation.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
accessing-object-properties-with-dot-notation.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
accessing-object-properties-with-variables.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
add-new-properties-to-a-javascript-object.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
add-two-numbers-with-javascript.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
adding-a-default-option-in-switch-statements.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
appending-variables-to-strings.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
assigning-the-value-of-one-variable-to-another.md chore(i18n,curriculum): processed translations (#42545) 2021-06-17 07:49:01 -07:00
assignment-with-a-returned-value.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
build-javascript-objects.md chore(i18n,curriculum): processed translations (#43760) 2021-10-07 21:38:50 +05:30
chaining-if-else-statements.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
comment-your-javascript-code.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
comparison-with-the-equality-operator.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
comparison-with-the-greater-than-operator.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
comparison-with-the-greater-than-or-equal-to-operator.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
comparison-with-the-inequality-operator.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
comparison-with-the-less-than-operator.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
comparison-with-the-less-than-or-equal-to-operator.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
comparison-with-the-strict-equality-operator.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
comparison-with-the-strict-inequality-operator.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
comparisons-with-the-logical-and-operator.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
comparisons-with-the-logical-or-operator.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
compound-assignment-with-augmented-addition.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
compound-assignment-with-augmented-division.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
compound-assignment-with-augmented-multiplication.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
compound-assignment-with-augmented-subtraction.md chore(i18n,curriculum): processed translations (#42559) 2021-06-18 15:50:39 +02:00
concatenating-strings-with-plus-operator.md chore(i18n,curriculum): update translations (#43324) 2021-08-27 18:24:25 +02:00
concatenating-strings-with-the-plus-equals-operator.md chore(i18n,curriculum): update translations (#43324) 2021-08-27 18:24:25 +02:00
constructing-strings-with-variables.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
count-backwards-with-a-for-loop.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
counting-cards.md chore(i18n,curriculum): update translations (#43078) 2021-07-30 07:57:21 -07:00
create-decimal-numbers-with-javascript.md chore(i18n): download curriculum manually (#42835) 2021-07-14 10:32:51 -05:00
declare-a-read-only-variable-with-the-const-keyword.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
declare-javascript-variables.md chore(i18n,curriculum): processed translations (#42545) 2021-06-17 07:49:01 -07:00
declare-string-variables.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
decrement-a-number-with-javascript.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
delete-properties-from-a-javascript-object.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
divide-one-decimal-by-another-with-javascript.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
divide-one-number-by-another-with-javascript.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
escape-sequences-in-strings.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
escaping-literal-quotes-in-strings.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
explore-differences-between-the-var-and-let-keywords.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
find-the-length-of-a-string.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
finding-a-remainder-in-javascript.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
generate-random-fractions-with-javascript.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
generate-random-whole-numbers-with-javascript.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
generate-random-whole-numbers-within-a-range.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
global-scope-and-functions.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
global-vs.-local-scope-in-functions.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
golf-code.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
increment-a-number-with-javascript.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
initializing-variables-with-the-assignment-operator.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
introducing-else-if-statements.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
introducing-else-statements.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
iterate-odd-numbers-with-a-for-loop.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
iterate-through-an-array-with-a-for-loop.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
iterate-with-javascript-do...while-loops.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
iterate-with-javascript-for-loops.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
iterate-with-javascript-while-loops.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
local-scope-and-functions.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
logical-order-in-if-else-statements.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
manipulate-arrays-with-pop.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
manipulate-arrays-with-push.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
manipulate-arrays-with-shift.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
manipulate-arrays-with-unshift.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
manipulating-complex-objects.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
modify-array-data-with-indexes.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
multiple-identical-options-in-switch-statements.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
multiply-two-decimals-with-javascript.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
multiply-two-numbers-with-javascript.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
nest-one-array-within-another-array.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
nesting-for-loops.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
passing-values-to-functions-with-arguments.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
practice-comparing-different-values.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
profile-lookup.md chore(i18n,curriculum): processed translations (#42545) 2021-06-17 07:49:01 -07:00
quoting-strings-with-single-quotes.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
record-collection.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
replace-loops-using-recursion.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
replacing-if-else-chains-with-switch.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
return-a-value-from-a-function-with-return.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
return-early-pattern-for-functions.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
returning-boolean-values-from-functions.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
selecting-from-many-options-with-switch-statements.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
shopping-list.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
stand-in-line.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
store-multiple-values-in-one-variable-using-javascript-arrays.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
storing-values-with-the-assignment-operator.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
subtract-one-number-from-another-with-javascript.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
testing-objects-for-properties.md chore(i18n,curriculum): update translations (#43661) 2021-10-03 20:24:27 +01:00
understand-string-immutability.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
understanding-boolean-values.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
understanding-case-sensitivity-in-variables.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
understanding-undefined-value-returned-from-a-function.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
understanding-uninitialized-variables.md chore(i18n,curriculum): processed translations (#42545) 2021-06-17 07:49:01 -07:00
updating-object-properties.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
use-bracket-notation-to-find-the-first-character-in-a-string.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
use-bracket-notation-to-find-the-last-character-in-a-string.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
use-bracket-notation-to-find-the-nth-character-in-a-string.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
use-bracket-notation-to-find-the-nth-to-last-character-in-a-string.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
use-conditional-logic-with-if-statements.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
use-multiple-conditional-ternary-operators.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
use-recursion-to-create-a-countdown.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
use-recursion-to-create-a-range-of-numbers.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
use-the-conditional-ternary-operator.md chore(i18n,curriculum): update translations (#43132) 2021-08-06 08:02:45 -07:00
use-the-parseint-function-with-a-radix.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
use-the-parseint-function.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
using-objects-for-lookups.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
word-blanks.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00
write-reusable-javascript-with-functions.md chore(i18n,curriculum): update translations (#42487) 2021-06-14 11:34:20 -07:00