Skip to content

Conversation

kensulite
Copy link
Contributor

Because

When testing their project, learners are asked to create a Hashmap with a load factor of 0.75, but never in the assignment they are informed about needing an initial capacity size of 16 for this.

This PR

  • Updates the JavaScript Hashmap project lesson to inform learners that a Hashmap with a load factor of 0.75 should have an initial capacity size of 16.
  • Updates the Ruby Hashmap project lesson to inform learners that a Hashmap with a load factor of 0.75 should have an initial capacity size of 16.

Issue

Closes #29162

Additional Information

Pull Request Requirements

  • I have thoroughly read and understand The Odin Project curriculum contributing guide
  • The title of this PR follows the location of change: brief description of change format, e.g. Intro to HTML and CSS lesson: Fix link text
  • The Because section summarizes the reason for this PR
  • The This PR section has a bullet point list describing the changes in this PR
  • If this PR addresses an open issue, it is linked in the Issue section
  • If any lesson files are included in this PR, they have been previewed with the Markdown preview tool to ensure it is formatted correctly
  • If any lesson files are included in this PR, they follow the Layout Style Guide

@github-actions github-actions bot added Content: JavaScript Involves the JavaScript course Content: Ruby Involves the Ruby course labels Sep 8, 2025
@rlmoser99 rlmoser99 requested review from a team and JoshDevHub and removed request for a team September 8, 2025 01:09
Copy link
Member

@01zulfi 01zulfi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content: JavaScript Involves the JavaScript course Content: Ruby Involves the Ruby course
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JS: HashMap exercise needs explicit suggestion to use 16 buckets at start
2 participants