Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whales - Gaby Webb #106

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Whales - Gaby Webb #106

wants to merge 4 commits into from

Conversation

gabw13
Copy link

@gabw13 gabw13 commented Jun 7, 2022

No description provided.

Copy link

@kaidamasaki kaidamasaki left a comment

Choose a reason for hiding this comment

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

Great job!

Everything looks really good!

Well done!

@@ -1,15 +1,205 @@
export const drawLetters = () => {
// Implement this method for wave 1
const letterPool = [

Choose a reason for hiding this comment

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

This was a really good way to make sure you had the proper distribution of letters.

Sometimes it really does make sense to go for something simple like this. It's kind of beautifully simple. 😃

};

for (let i = 0; i < wordsLen; i++) {
let selectedWord = words[i];

Choose a reason for hiding this comment

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

Since this is a variable inside a loop it can be const you've made excellent use of const everywhere else so I figured I'd point it out. 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants