freeCodeCamp/curriculum/challenges/english/02-javascript-algorithms-an.../basic-data-structures
etlioglu 8b73920487
fix(curriculum): add items using splice verbiage
"The second entry of `12` is removed" is changed to "The second occurrence of `12` is removed". I believe the phrase "second entry" might create confusion as the readers might think of the second entry of the array rather than the second occurrence of the array element 12.
2021-05-24 13:33:25 -07:00
..
access-an-arrays-contents-using-bracket-notation.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
access-property-names-with-bracket-notation.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
add-items-to-an-array-with-push-and-unshift.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
add-items-using-splice.md fix(curriculum): add items using splice verbiage 2021-05-24 13:33:25 -07:00
add-key-value-pairs-to-javascript-objects.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
check-for-the-presence-of-an-element-with-indexof.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
check-if-an-object-has-a-property.md fix(curriculum): clarify Check if an Object has a Property (#42156) 2021-05-18 20:36:53 +04:00
combine-arrays-with-the-spread-operator.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
copy-an-array-with-the-spread-operator.md fix(client): remove JS comments from user code for tests (#41873) 2021-04-28 10:18:54 -05:00
copy-array-items-using-slice.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
create-complex-multi-dimensional-arrays.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
generate-an-array-of-all-object-keys-with-object.keys.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
iterate-through-all-an-arrays-items-using-for-loops.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
iterate-through-the-keys-of-an-object-with-a-for...in-statement.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
modify-an-array-stored-in-an-object.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
modify-an-object-nested-within-an-object.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
remove-items-from-an-array-with-pop-and-shift.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
remove-items-using-splice.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
use-an-array-to-store-a-collection-of-data.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
use-the-delete-keyword-to-remove-object-properties.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00