freeCodeCamp/curriculum/challenges/english/02-javascript-algorithms-an.../basic-javascript
Evgeny Klimenchenko db369fbed1
fix(client): remove JS comments from user code for tests (#41873)
* Removes comments in js challanges by default

* fix local-scope-and-functions test regex

* fix all languages

* revert language changes

* removed unnecessary removeJSComments from challenges

* fix challanges in other languages

* removed removeJSComments from all challanges
2021-04-28 10:18:54 -05:00
..
access-array-data-with-indexes.md fix(curriculum): Remove unnecessary comments (#41774) 2021-04-08 09:36:05 -07:00
access-multi-dimensional-arrays-with-indexes.md Remove unnecessary comments (#41775) 2021-04-08 09:40:34 -07:00
accessing-nested-arrays.md fix(curriculum): Remove unnecessary comments (#41776) 2021-04-08 10:46:39 -07:00
accessing-nested-objects.md fix(curriculum): Remove unnecessary comments (#41777) 2021-04-08 10:59:25 -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 fix(curriculum): Remove unnecessary comments (#41781) 2021-04-08 10:49:47 -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 fix: replace inline code blocks (#41576) 2021-03-26 02:37:48 +05:30
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(client): remove JS comments from user code for tests (#41873) 2021-04-28 10:18:54 -05: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 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 chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07: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 chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07: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 fix: replace inline code blocks (#41576) 2021-03-26 02:37:48 +05:30
compound-assignment-with-augmented-division.md fix: replace inline code blocks (#41576) 2021-03-26 02:37:48 +05:30
compound-assignment-with-augmented-multiplication.md fix: replace inline code blocks (#41576) 2021-03-26 02:37:48 +05:30
compound-assignment-with-augmented-subtraction.md fix: replace inline code blocks (#41576) 2021-03-26 02:37:48 +05:30
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 fix: Simplify wording to make more sense (#41586) 2021-03-25 22:18:51 +00:00
counting-cards.md fix: replace inline code blocks (#41576) 2021-03-26 02:37:48 +05:30
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: replace inline code blocks (#41576) 2021-03-26 02:37:48 +05:30
decrement-a-number-with-javascript.md fix: replace inline code blocks (#41576) 2021-03-26 02:37:48 +05:30
delete-properties-from-a-javascript-object.md fix: replace inline code blocks (#41576) 2021-03-26 02:37:48 +05:30
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(learn): revert backslash change (#41382) 2021-03-09 10:13:27 -06:00
escaping-literal-quotes-in-strings.md fix: replace inline code blocks (#41576) 2021-03-26 02:37:48 +05:30
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 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): 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 fixed the grammar of the description (#41531) 2021-03-19 06:55:21 -06:00
increment-a-number-with-javascript.md fix: replace inline code blocks (#41576) 2021-03-26 02:37:48 +05:30
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 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 Update iterate-through-an-array-with-a-for-loop (#41742) 2021-04-08 09:56:49 -05: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 fix(client): remove JS comments from user code for tests (#41873) 2021-04-28 10:18:54 -05: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 fix(curriculum): verbiage (#41732) 2021-04-03 23:00:15 +02: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 fix(curriculum): record collection challenge - variable names shouldn't be keywords (#41904) 2021-04-23 21:51:41 +02:00
replace-loops-using-recursion.md fix(client): remove JS comments from user code for tests (#41873) 2021-04-28 10:18:54 -05: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 fix: replace inline code blocks (#41576) 2021-03-26 02:37:48 +05:30
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: replace inline code blocks (#41576) 2021-03-26 02:37:48 +05:30
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 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 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 fix(client): remove JS comments from user code for tests (#41873) 2021-04-28 10:18:54 -05: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 fix: replace inline code blocks (#41576) 2021-03-26 02:37:48 +05:30
use-the-parseint-function.md fix: replace inline code blocks (#41576) 2021-03-26 02:37:48 +05:30
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(curriculum): clarify instructions for ouput (#41839) 2021-04-16 20:33:58 +02:00