freeCodeCamp/curriculum/challenges/english/02-javascript-algorithms-an.../basic-javascript
Benjamin Lu 2da688fbfe
fix(curriculum): add switch statement spaces for consistency (#46141)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2022-05-25 22:37:00 +05:30
..
access-array-data-with-indexes.md fix(curriculum): remove style note (#45625) 2022-04-05 13:49:27 -06: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 fix(curriculum): consts must be initialized 2021-10-27 19:42:45 +05:30
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 fix(curriculum): add result of comparison expression evaluation to the inline comment (#45224) 2022-02-23 18:58:42 +01:00
comparison-with-the-greater-than-operator.md fix(curriculum): add result of comparison expression evaluation to the inline comment (#45224) 2022-02-23 18:58:42 +01:00
comparison-with-the-greater-than-or-equal-to-operator.md fix(curriculum): add result of comparison expression evaluation to the inline comment (#45224) 2022-02-23 18:58:42 +01:00
comparison-with-the-inequality-operator.md fix(curriculum): add result of comparison expression evaluation to the inline comment (#45224) 2022-02-23 18:58:42 +01:00
comparison-with-the-less-than-operator.md fix(curriculum): add result of comparison expression evaluation to the inline comment (#45224) 2022-02-23 18:58:42 +01:00
comparison-with-the-less-than-or-equal-to-operator.md fix(curriculum): add result of comparison expression evaluation to the inline comment (#45224) 2022-02-23 18:58:42 +01:00
comparison-with-the-strict-equality-operator.md fix(curriculum): add result of comparison expression evaluation to the inline comment (#45224) 2022-02-23 18:58:42 +01:00
comparison-with-the-strict-inequality-operator.md fix(curriculum): add result of comparison expression evaluation to the inline comment (#45224) 2022-02-23 18:58:42 +01: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 fix(curriculum): wording consistency in counting-cards.md (#44390) 2021-12-08 07:32:56 -08: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 fix(curriculum): remove callback thereby stripping js comments (#45133) 2022-02-24 16:29:56 +05:30
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 fix(curriculum) : Make tests stricter for challenge "Decrement a number with javascript" (#45242) 2022-03-09 22:47:02 -06: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 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: update wording for string length (#45602) 2022-04-15 08:13:42 -07: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 fix(curriculum): make example less confusing (#45088) 2022-02-11 12:08:46 -08: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 fix(curriculum): add switch statement spaces for consistency (#46141) 2022-05-25 22:37:00 +05:30
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 fix(curriculum): augment test for adding tracks property (#45424) 2022-03-17 19:13:16 +00: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 fix(curriculum): add switch statement spaces for consistency (#46141) 2022-05-25 22:37:00 +05:30
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 fix(curriculum): add switch statement spaces for consistency (#46141) 2022-05-25 22:37:00 +05:30
shopping-list.md feat(curriculum): introduce let and const earlier (#43133) 2021-10-25 17:55:58 +01:00
stand-in-line.md fix: add divider to stand in line challenge in basic javascript section (#45180) 2022-02-21 22:44:27 +05:30
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 fix(curriculum): updated wording on understanding uninitialized variables (#45860) 2022-05-05 19:05:30 +02: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 fix(curriculum): allow spaces before brackets (#45494) 2022-03-22 13:52:13 +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 fix(curriculum): allow spaces before brackets (#45494) 2022-03-22 13:52:13 +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