mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
* 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> |
||
|---|---|---|
| .. | ||
| access-array-data-with-indexes.md | ||
| access-multi-dimensional-arrays-with-indexes.md | ||
| accessing-nested-arrays.md | ||
| accessing-nested-objects.md | ||
| accessing-object-properties-with-bracket-notation.md | ||
| accessing-object-properties-with-dot-notation.md | ||
| accessing-object-properties-with-variables.md | ||
| add-new-properties-to-a-javascript-object.md | ||
| add-two-numbers-with-javascript.md | ||
| adding-a-default-option-in-switch-statements.md | ||
| appending-variables-to-strings.md | ||
| assigning-the-value-of-one-variable-to-another.md | ||
| assignment-with-a-returned-value.md | ||
| build-javascript-objects.md | ||
| chaining-if-else-statements.md | ||
| comment-your-javascript-code.md | ||
| comparison-with-the-equality-operator.md | ||
| comparison-with-the-greater-than-operator.md | ||
| comparison-with-the-greater-than-or-equal-to-operator.md | ||
| comparison-with-the-inequality-operator.md | ||
| comparison-with-the-less-than-operator.md | ||
| comparison-with-the-less-than-or-equal-to-operator.md | ||
| comparison-with-the-strict-equality-operator.md | ||
| comparison-with-the-strict-inequality-operator.md | ||
| comparisons-with-the-logical-and-operator.md | ||
| comparisons-with-the-logical-or-operator.md | ||
| compound-assignment-with-augmented-addition.md | ||
| compound-assignment-with-augmented-division.md | ||
| compound-assignment-with-augmented-multiplication.md | ||
| compound-assignment-with-augmented-subtraction.md | ||
| concatenating-strings-with-plus-operator.md | ||
| concatenating-strings-with-the-plus-equals-operator.md | ||
| constructing-strings-with-variables.md | ||
| count-backwards-with-a-for-loop.md | ||
| counting-cards.md | ||
| create-decimal-numbers-with-javascript.md | ||
| declare-a-read-only-variable-with-the-const-keyword.md | ||
| declare-javascript-variables.md | ||
| declare-string-variables.md | ||
| decrement-a-number-with-javascript.md | ||
| delete-properties-from-a-javascript-object.md | ||
| divide-one-decimal-by-another-with-javascript.md | ||
| divide-one-number-by-another-with-javascript.md | ||
| escape-sequences-in-strings.md | ||
| escaping-literal-quotes-in-strings.md | ||
| explore-differences-between-the-var-and-let-keywords.md | ||
| find-the-length-of-a-string.md | ||
| finding-a-remainder-in-javascript.md | ||
| generate-random-fractions-with-javascript.md | ||
| generate-random-whole-numbers-with-javascript.md | ||
| generate-random-whole-numbers-within-a-range.md | ||
| global-scope-and-functions.md | ||
| global-vs.-local-scope-in-functions.md | ||
| golf-code.md | ||
| increment-a-number-with-javascript.md | ||
| initializing-variables-with-the-assignment-operator.md | ||
| introducing-else-if-statements.md | ||
| introducing-else-statements.md | ||
| iterate-odd-numbers-with-a-for-loop.md | ||
| iterate-through-an-array-with-a-for-loop.md | ||
| iterate-with-javascript-do...while-loops.md | ||
| iterate-with-javascript-for-loops.md | ||
| iterate-with-javascript-while-loops.md | ||
| local-scope-and-functions.md | ||
| logical-order-in-if-else-statements.md | ||
| manipulate-arrays-with-pop.md | ||
| manipulate-arrays-with-push.md | ||
| manipulate-arrays-with-shift.md | ||
| manipulate-arrays-with-unshift.md | ||
| manipulating-complex-objects.md | ||
| modify-array-data-with-indexes.md | ||
| multiple-identical-options-in-switch-statements.md | ||
| multiply-two-decimals-with-javascript.md | ||
| multiply-two-numbers-with-javascript.md | ||
| nest-one-array-within-another-array.md | ||
| nesting-for-loops.md | ||
| passing-values-to-functions-with-arguments.md | ||
| practice-comparing-different-values.md | ||
| profile-lookup.md | ||
| quoting-strings-with-single-quotes.md | ||
| record-collection.md | ||
| replace-loops-using-recursion.md | ||
| replacing-if-else-chains-with-switch.md | ||
| return-a-value-from-a-function-with-return.md | ||
| return-early-pattern-for-functions.md | ||
| returning-boolean-values-from-functions.md | ||
| selecting-from-many-options-with-switch-statements.md | ||
| shopping-list.md | ||
| stand-in-line.md | ||
| store-multiple-values-in-one-variable-using-javascript-arrays.md | ||
| storing-values-with-the-assignment-operator.md | ||
| subtract-one-number-from-another-with-javascript.md | ||
| testing-objects-for-properties.md | ||
| understand-string-immutability.md | ||
| understanding-boolean-values.md | ||
| understanding-case-sensitivity-in-variables.md | ||
| understanding-undefined-value-returned-from-a-function.md | ||
| understanding-uninitialized-variables.md | ||
| updating-object-properties.md | ||
| use-bracket-notation-to-find-the-first-character-in-a-string.md | ||
| use-bracket-notation-to-find-the-last-character-in-a-string.md | ||
| use-bracket-notation-to-find-the-nth-character-in-a-string.md | ||
| use-bracket-notation-to-find-the-nth-to-last-character-in-a-string.md | ||
| use-conditional-logic-with-if-statements.md | ||
| use-multiple-conditional-ternary-operators.md | ||
| use-recursion-to-create-a-countdown.md | ||
| use-recursion-to-create-a-range-of-numbers.md | ||
| use-the-conditional-ternary-operator.md | ||
| use-the-parseint-function-with-a-radix.md | ||
| use-the-parseint-function.md | ||
| using-objects-for-lookups.md | ||
| word-blanks.md | ||
| write-reusable-javascript-with-functions.md | ||