freeCodeCamp/curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript
2024-04-25 18:03:43 -07:00
..
access-array-data-with-indexes.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
access-multi-dimensional-arrays-with-indexes.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
accessing-nested-arrays.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
accessing-nested-objects.md fix(curriculum): add test for nested objects challenge (#51902) 2023-10-11 10:39:03 +02:00
accessing-object-properties-with-bracket-notation.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
accessing-object-properties-with-dot-notation.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
accessing-object-properties-with-variables.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
add-new-properties-to-a-javascript-object.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
add-two-numbers-with-javascript.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
adding-a-default-option-in-switch-statements.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
appending-variables-to-strings.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
assigning-the-value-of-one-variable-to-another.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
assignment-with-a-returned-value.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07: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 feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
comment-your-javascript-code.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
comparison-with-the-equality-operator.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
comparison-with-the-greater-than-operator.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
comparison-with-the-greater-than-or-equal-to-operator.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
comparison-with-the-inequality-operator.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
comparison-with-the-less-than-operator.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
comparison-with-the-less-than-or-equal-to-operator.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
comparison-with-the-strict-equality-operator.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
comparison-with-the-strict-inequality-operator.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
comparisons-with-the-logical-and-operator.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
comparisons-with-the-logical-or-operator.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
compound-assignment-with-augmented-addition.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
compound-assignment-with-augmented-division.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
compound-assignment-with-augmented-multiplication.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
compound-assignment-with-augmented-subtraction.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
concatenating-strings-with-plus-operator.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
concatenating-strings-with-the-plus-equals-operator.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
constructing-strings-with-variables.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
count-backwards-with-a-for-loop.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
counting-cards.md fix: unreadable text in night mode (#51788) 2023-10-06 20:24:56 +02:00
create-decimal-numbers-with-javascript.md fix(curriculum): standardize links in curriculum (#46564) 2022-06-26 11:13:38 -05:00
declare-a-read-only-variable-with-the-const-keyword.md fix(curriculum): Add test output to not change strings assigned to variables (#46353) 2022-06-05 10:51:36 -05:00
declare-javascript-variables.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07: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: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
delete-properties-from-a-javascript-object.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
divide-one-decimal-by-another-with-javascript.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
divide-one-number-by-another-with-javascript.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
escape-sequences-in-strings.md fix: unreadable text in night mode (#51788) 2023-10-06 20:24:56 +02:00
escaping-literal-quotes-in-strings.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
explore-differences-between-the-var-and-let-keywords.md fix(curriculum): remove callback thereby stripping js comments (#45133) 2022-02-24 16:29:56 +05:30
find-the-length-of-a-string.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
finding-a-remainder-in-javascript.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
generate-random-fractions-with-javascript.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
generate-random-whole-numbers-with-javascript.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
generate-random-whole-numbers-within-a-range.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
global-scope-and-functions.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
global-vs.-local-scope-in-functions.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
golf-code.md fix: unreadable text in night mode (#51788) 2023-10-06 20:24:56 +02:00
increment-a-number-with-javascript.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
initializing-variables-with-the-assignment-operator.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
introducing-else-if-statements.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
introducing-else-statements.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
iterate-odd-numbers-with-a-for-loop.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
iterate-through-an-array-with-a-for-loop.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
iterate-with-javascript-do...while-loops.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
iterate-with-javascript-for-loops.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
iterate-with-javascript-while-loops.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
local-scope-and-functions.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07: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: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
manipulate-arrays-with-push.md fix(curriculum): verbiage, return type, multiple arguments (#51474) 2023-09-04 12:58:01 +02:00
manipulate-arrays-with-shift.md fix: removed special characters from RTL titles (english) (#48998) 2023-01-24 11:43:41 +02:00
manipulate-arrays-with-unshift.md fix: removed special characters from RTL titles (english) (#48998) 2023-01-24 11:43:41 +02:00
manipulating-complex-objects.md fix(curriculum): removed link in JS basic-JavaScript (#46143) 2022-05-26 16:36:21 +02:00
modify-array-data-with-indexes.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
multiple-identical-options-in-switch-statements.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
multiply-two-decimals-with-javascript.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
multiply-two-numbers-with-javascript.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07: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 feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
practice-comparing-different-values.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -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: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
record-collection.md fix(curriculum): update requirements for record collection challenge (#53567) 2024-02-06 19:53:39 +00:00
replace-loops-using-recursion.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
replacing-if-else-chains-with-switch.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07: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 fix(curriculum): standardize links in curriculum (#46564) 2022-06-26 11:13:38 -05:00
returning-boolean-values-from-functions.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
selecting-from-many-options-with-switch-statements.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07: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: mobile curriculum testing (#47586) 2022-10-14 16:57:34 -07: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 feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
subtract-one-number-from-another-with-javascript.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
testing-objects-for-properties.md fix(curriculum): Be more explicit about using parameters (#50269) 2023-05-05 13:25:38 +02:00
understand-string-immutability.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
understanding-boolean-values.md fix(curriculum): remove instruction about run button click (#49415) 2023-02-18 00:19:08 +00:00
understanding-case-sensitivity-in-variables.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -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 feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
updating-object-properties.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
use-bracket-notation-to-find-the-first-character-in-a-string.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
use-bracket-notation-to-find-the-last-character-in-a-string.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
use-bracket-notation-to-find-the-nth-character-in-a-string.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
use-bracket-notation-to-find-the-nth-to-last-character-in-a-string.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
use-conditional-logic-with-if-statements.md Fix: Deleted space in between function name and parentheses. (#52142) 2023-10-28 02:35:07 +00:00
use-multiple-conditional-ternary-operators.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
use-recursion-to-create-a-countdown.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
use-recursion-to-create-a-range-of-numbers.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
use-the-conditional-ternary-operator.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
use-the-parseint-function-with-a-radix.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
use-the-parseint-function.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
using-objects-for-lookups.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
word-blanks.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
write-reusable-javascript-with-functions.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00