freeCodeCamp/curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-data-structures
HiddenOgre28 5ffcd0f284
feat(curriculum): add log with function call to challenge (#44195)
* fix (Curriculum) Added a log statement

Added a log statement to the seed's content, referencing the function countOnline with a sample object as argument.
The user should be able to see the result of the function printed out on the console as soon as it is ran, and it should be easier to understand what is being outputed by the function in this challenge.

* Added examper users object
2022-01-07 14:37:02 +05:30
..
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 fix(curriculum): correct grammar in description (#44194) 2021-11-18 16:07:12 +00: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 feat(curriculum): add log with function call to challenge (#44195) 2022-01-07 14:37:02 +05:30
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