You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the _scoreAll you add scores to allScores and then return if abbrIndex = abbrev.length ... at this point can you not return a boolean and check this at the end of the while statement. if it is true then break out and keep returning all the way back to the top. Am I missing something? This would make it much quicker
The text was updated successfully, but these errors were encountered:
in the _scoreAll you add scores to allScores and then return if abbrIndex = abbrev.length ... at this point can you not return a boolean and check this at the end of the while statement. if it is true then break out and keep returning all the way back to the top. Am I missing something? This would make it much quicker
The text was updated successfully, but these errors were encountered: