Skip to content

Lauren(Sky) Completed Wave1 & 2 - #14

Open
LaurenSky wants to merge 3 commits into
Ada-C6:masterfrom
LaurenSky:master
Open

Lauren(Sky) Completed Wave1 & 2#14
LaurenSky wants to merge 3 commits into
Ada-C6:masterfrom
LaurenSky:master

Conversation

@LaurenSky

Copy link
Copy Markdown

completed wave 1 and wave 2 reqs. I have a better understanding of when do use objects, and constructors and how to call these functions within one another. Got more used to the js syntax and have a better grasp on how to properly use this.

Comment thread scrabble.js
var scoreLetterValue = this.scoreChart;

wordArray.forEach(function(letter) {
scoreValues.forEach(function(value) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This solution is using a lot of unnecessary iteration over every score value - how do you think you might optimize?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants