freeCodeCamp/curriculum/challenges/english/02-javascript-algorithms-an.../basic-javascript
Nicholas Carrigan (he/him) 77730ae209
fix(learn): address translator comments (#41381)
* fix(learn): address translator comments

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/quoting-strings-with-single-quotes.md

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2021-03-09 08:15:26 -06:00
..
access-array-data-with-indexes.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
access-multi-dimensional-arrays-with-indexes.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
accessing-nested-arrays.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
accessing-nested-objects.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
accessing-object-properties-with-bracket-notation.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
accessing-object-properties-with-dot-notation.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
accessing-object-properties-with-variables.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
add-new-properties-to-a-javascript-object.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
add-two-numbers-with-javascript.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
adding-a-default-option-in-switch-statements.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
appending-variables-to-strings.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07: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): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
build-javascript-objects.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07: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: add blank lines on empty seeds (#41348) 2021-03-03 13:14:28 -08:00
comparison-with-the-equality-operator.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
comparison-with-the-greater-than-operator.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
comparison-with-the-greater-than-or-equal-to-operator.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
comparison-with-the-inequality-operator.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
comparison-with-the-less-than-operator.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
comparison-with-the-less-than-or-equal-to-operator.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
comparison-with-the-strict-equality-operator.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
comparison-with-the-strict-inequality-operator.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07: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 chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
compound-assignment-with-augmented-division.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
compound-assignment-with-augmented-multiplication.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
compound-assignment-with-augmented-subtraction.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
concatenating-strings-with-plus-operator.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
concatenating-strings-with-the-plus-equals-operator.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
constructing-strings-with-variables.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
count-backwards-with-a-for-loop.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
counting-cards.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
create-decimal-numbers-with-javascript.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07: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 fix: add blank lines on empty seeds (#41348) 2021-03-03 13:14:28 -08:00
decrement-a-number-with-javascript.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
delete-properties-from-a-javascript-object.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
divide-one-decimal-by-another-with-javascript.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
divide-one-number-by-another-with-javascript.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
escape-sequences-in-strings.md fix: remove clunky sentence (#40751) 2021-02-01 19:22:39 +05:30
escaping-literal-quotes-in-strings.md fix(learn): address escaped backticks (#40717) 2021-01-20 19:01:00 -07:00
find-the-length-of-a-string.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
finding-a-remainder-in-javascript.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
generate-random-fractions-with-javascript.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
generate-random-whole-numbers-with-javascript.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
generate-random-whole-numbers-within-a-range.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
global-scope-and-functions.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
global-vs.-local-scope-in-functions.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
golf-code.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
increment-a-number-with-javascript.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
initializing-variables-with-the-assignment-operator.md fix: add blank lines on empty seeds (#41348) 2021-03-03 13:14:28 -08:00
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 chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
iterate-odd-numbers-with-a-for-loop.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
iterate-through-an-array-with-a-for-loop.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
iterate-with-javascript-do...while-loops.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
iterate-with-javascript-for-loops.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
iterate-with-javascript-while-loops.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
local-scope-and-functions.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -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 chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
manipulate-arrays-with-push.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
manipulate-arrays-with-shift.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
manipulate-arrays-with-unshift.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
manipulating-complex-objects.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
modify-array-data-with-indexes.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
multiple-identical-options-in-switch-statements.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
multiply-two-decimals-with-javascript.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
multiply-two-numbers-with-javascript.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
nest-one-array-within-another-array.md fix(learn): Remove repeated definition tag in challenge (#41151) 2021-02-17 23:01:42 +05:30
nesting-for-loops.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07: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 chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
quoting-strings-with-single-quotes.md fix(learn): address translator comments (#41381) 2021-03-09 08:15:26 -06:00
record-collection.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
replace-loops-using-recursion.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
replacing-if-else-chains-with-switch.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
return-a-value-from-a-function-with-return.md fix: add blank lines on empty seeds (#41348) 2021-03-03 13:14:28 -08:00
return-early-pattern-for-functions.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
returning-boolean-values-from-functions.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
selecting-from-many-options-with-switch-statements.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
shopping-list.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
stand-in-line.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
store-multiple-values-in-one-variable-using-javascript-arrays.md fix(learn): Updated code blocks to help with translation on two challenges (#41217) 2021-02-22 11:21:59 +05:30
storing-values-with-the-assignment-operator.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
subtract-one-number-from-another-with-javascript.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
testing-objects-for-properties.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
understand-string-immutability.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
understanding-boolean-values.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07: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 chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07: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 chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
use-bracket-notation-to-find-the-first-character-in-a-string.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
use-bracket-notation-to-find-the-last-character-in-a-string.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
use-bracket-notation-to-find-the-nth-character-in-a-string.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
use-bracket-notation-to-find-the-nth-to-last-character-in-a-string.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
use-conditional-logic-with-if-statements.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07: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 chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
use-recursion-to-create-a-range-of-numbers.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
use-the-conditional-ternary-operator.md fix(learn): address translator comments (#41381) 2021-03-09 08:15:26 -06:00
use-the-parseint-function-with-a-radix.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
use-the-parseint-function.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
using-objects-for-lookups.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
word-blanks.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
write-reusable-javascript-with-functions.md fix: add blank lines on empty seeds (#41348) 2021-03-03 13:14:28 -08:00