Commit Graph

12 Commits

Author SHA1 Message Date
Shubhat rashid 312bd8a1d9 05_sumAll: Update README.md (#475)
* Change 'integers' to 'positive integers' in question statement

* requested changes

* requested changes

* requested changes
2024-05-25 13:36:54 +01:00
Nikita Revenco 1afbcf8644 feat(04): use const instead of var in solution (#456) 2024-05-03 02:12:28 +01:00
Damon 3a49a90dd7 feat: extra test case 2024-02-05 10:10:00 +00:00
Eric Olkowski f682844f77 Update 04_removeFromArray/README.md 2024-01-19 08:13:57 -05:00
Carlos Diaz 5a2075512f Update 04_removeFromArray/README.md
Co-authored-by: Rachel Moser <33227096+rlmoser99@users.noreply.github.com>
2023-04-15 07:36:19 -07:00
Carlos Diaz 8baa70b711 Adds hint to exercise
There's an idea I've been made aware of called undesirable difficulty in learning theory. The idea is that sometimes obstacles are put in place that take the focus off learning a specific thing by introducing a challenge on a thing that might be related but not critical to the task at hand.

In this exercise, I notice pretty much everyone reaches for the splice method and I suspect it is because of the language in the prompt. Specifically: "removes the other arguments from that array"

I've added a hint that I think would not take away from the challenge but give learners an alternative way to think about the exercise.
2023-04-13 12:30:58 -07:00
thatblindgeye e416717ba9 Remove test skips for solutions 2023-02-01 18:58:58 -05:00
thatblindgeye 2ec0f4344d Updated file paths 2023-02-01 18:53:54 -05:00
thatblindgeye 4a112362c8 Update files 2023-01-21 12:53:41 -05:00
thatblindgeye fb1a2db8d7 Add solution directories for exercises 2022-02-20 14:07:44 -05:00
Briggs Elsperger 74ab0b7cc6 add clarifiying comment about not removing code 2021-09-11 16:18:55 -06:00
Benjo Kho 61f38bf60c Rename folders with numbers and underscores 2021-08-07 14:52:11 +08:00