freeCodeCamp/curriculum/challenges/english/02-javascript-algorithms-and-data-structures/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 feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
access-multi-dimensional-arrays-with-indexes.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
accessing-nested-arrays.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
accessing-nested-objects.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
accessing-object-properties-with-bracket-notation.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
accessing-object-properties-with-dot-notation.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
accessing-object-properties-with-variables.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
add-new-properties-to-a-javascript-object.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
add-two-numbers-with-javascript.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
adding-a-default-option-in-switch-statements.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
appending-variables-to-strings.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
assigning-the-value-of-one-variable-to-another.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
assignment-with-a-returned-value.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
build-javascript-objects.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
chaining-if-else-statements.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
comment-your-javascript-code.md fix(client): remove JS comments from user code for tests (#41873) 2021-04-28 10:18:54 -05:00
comparison-with-the-equality-operator.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
comparison-with-the-greater-than-operator.md fix(learn): Remove unnecessary inline code tag in challenge (#41428) 2021-03-10 10:16:03 -08:00
comparison-with-the-greater-than-or-equal-to-operator.md fix(learn): Remove unnecessary inline code tag in challenge (#41428) 2021-03-10 10:16:03 -08:00
comparison-with-the-inequality-operator.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
comparison-with-the-less-than-operator.md fix(learn): Remove unnecessary inline code tag in challenge (#41428) 2021-03-10 10:16:03 -08:00
comparison-with-the-less-than-or-equal-to-operator.md fix(learn): Remove unnecessary inline code tag in challenge (#41428) 2021-03-10 10:16:03 -08:00
comparison-with-the-strict-equality-operator.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
comparison-with-the-strict-inequality-operator.md fix(learn): Remove unnecessary inline code tag in challenge (#41428) 2021-03-10 10:16:03 -08:00
comparisons-with-the-logical-and-operator.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
comparisons-with-the-logical-or-operator.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
compound-assignment-with-augmented-addition.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
compound-assignment-with-augmented-division.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
compound-assignment-with-augmented-multiplication.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
compound-assignment-with-augmented-subtraction.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
concatenating-strings-with-plus-operator.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
concatenating-strings-with-the-plus-equals-operator.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
constructing-strings-with-variables.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
count-backwards-with-a-for-loop.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
counting-cards.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
create-decimal-numbers-with-javascript.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01: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 fix: add blank lines on empty seeds (#41348) 2021-03-03 13:14:28 -08:00
declare-string-variables.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
decrement-a-number-with-javascript.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
delete-properties-from-a-javascript-object.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
divide-one-decimal-by-another-with-javascript.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
divide-one-number-by-another-with-javascript.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
escape-sequences-in-strings.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
escaping-literal-quotes-in-strings.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01: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 feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
finding-a-remainder-in-javascript.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
generate-random-fractions-with-javascript.md fix(curriculum): correct link text (#42143) 2021-05-15 17:10:19 +02:00
generate-random-whole-numbers-with-javascript.md fix: replace inline code blocks (#41576) 2021-03-26 02:37:48 +05:30
generate-random-whole-numbers-within-a-range.md fix: replace inline code blocks (#41576) 2021-03-26 02:37:48 +05:30
global-scope-and-functions.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
global-vs.-local-scope-in-functions.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
golf-code.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
increment-a-number-with-javascript.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
initializing-variables-with-the-assignment-operator.md fix: replace inline code blocks (#41576) 2021-03-26 02:37:48 +05:30
introducing-else-if-statements.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
introducing-else-statements.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
iterate-odd-numbers-with-a-for-loop.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
iterate-through-an-array-with-a-for-loop.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
iterate-with-javascript-do...while-loops.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
iterate-with-javascript-for-loops.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
iterate-with-javascript-while-loops.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
local-scope-and-functions.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
logical-order-in-if-else-statements.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
manipulate-arrays-with-pop.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
manipulate-arrays-with-push.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
manipulate-arrays-with-shift.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
manipulate-arrays-with-unshift.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
manipulating-complex-objects.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
modify-array-data-with-indexes.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
multiple-identical-options-in-switch-statements.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
multiply-two-decimals-with-javascript.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
multiply-two-numbers-with-javascript.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
nest-one-array-within-another-array.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
nesting-for-loops.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
passing-values-to-functions-with-arguments.md fix: add blank lines on empty seeds (#41348) 2021-03-03 13:14:28 -08:00
practice-comparing-different-values.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
profile-lookup.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
quoting-strings-with-single-quotes.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
record-collection.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
replace-loops-using-recursion.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
replacing-if-else-chains-with-switch.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
return-a-value-from-a-function-with-return.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
return-early-pattern-for-functions.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
returning-boolean-values-from-functions.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
selecting-from-many-options-with-switch-statements.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
shopping-list.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
stand-in-line.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
store-multiple-values-in-one-variable-using-javascript-arrays.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
storing-values-with-the-assignment-operator.md fix: replace inline code blocks (#41576) 2021-03-26 02:37:48 +05:30
subtract-one-number-from-another-with-javascript.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
testing-objects-for-properties.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
understand-string-immutability.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
understanding-boolean-values.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
understanding-case-sensitivity-in-variables.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
understanding-undefined-value-returned-from-a-function.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
understanding-uninitialized-variables.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
updating-object-properties.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
use-bracket-notation-to-find-the-first-character-in-a-string.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
use-bracket-notation-to-find-the-last-character-in-a-string.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
use-bracket-notation-to-find-the-nth-character-in-a-string.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
use-bracket-notation-to-find-the-nth-to-last-character-in-a-string.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
use-conditional-logic-with-if-statements.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
use-multiple-conditional-ternary-operators.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
use-recursion-to-create-a-countdown.md fix(client): remove JS comments from user code for tests (#41873) 2021-04-28 10:18:54 -05:00
use-recursion-to-create-a-range-of-numbers.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
use-the-conditional-ternary-operator.md fix(curriculum): repair of a small logical underdevelopment (#43116) 2021-08-05 14:54:32 +02:00
use-the-parseint-function-with-a-radix.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
use-the-parseint-function.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
using-objects-for-lookups.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
word-blanks.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
write-reusable-javascript-with-functions.md fix(curriculum): clarify instructions for ouput (#41839) 2021-04-16 20:33:58 +02:00