freeCodeCamp / CurriculumExpansion

Creative Commons Attribution Share Alike 4.0 International
313 stars 105 forks source link

chore: covert hash table challenge into lab #476

Closed Dario-DC closed 2 months ago

Dario-DC commented 2 months ago

Checklist:

Closes #472

Changes respect to the original code:

The class has a static method hash, but I'm not sure if campers know about static methods at this point. If not this can be turned back into a function defined outside the class.

User stories may have to more more detailed, depending on how much has been already taught about hash tables.