-
Notifications
You must be signed in to change notification settings - Fork 53
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
Earth - Ana #51
base: master
Are you sure you want to change the base?
Earth - Ana #51
Conversation
// Wave two | ||
usesAvailableLetters(input,lettersInHand ){ | ||
let validWord = true; | ||
let userWord = input.toUpperCase().split(''); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the one example I see where let
is used when const
could've been used instead, so great job with that overall!
} | ||
}) | ||
return validWord; | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor thing: This should be indented two spaces less
JS AdagramsGreat work! The code looks great! There are just a couple minor things I that could be improved, noted in inline comments. So glad you are getting so comfortable with JS already!! Major Learning Goals/Code Review
Functional Requirements
Overall Feedback
Code Style Bonus AwardsWas the code particularly impressive in code style for any of these reasons (or more...?)
|
Assignment Submission: JS Adagrams
Congratulations! You're submitting your assignment. Please reflect on the assignment with these questions.
Reflection