codeschool-projects / CodeBreakerProject

Code Breaker: Challenge Friends with a Game Written using Javascript
https://codeschool-projects.github.io/CodeBreakerProject/
MIT License
26 stars 1.03k forks source link

Task 8 issue #7

Closed jonfriskics closed 7 years ago

jonfriskics commented 7 years ago

In the task "Only set the "answer" and "attempt" hidden inputs when they aren't already set", it starts with:

"When we go to call the setHiddenFields functions in our guess function, we should only update our hidden inputs when they're not set."

Should that instead be something like:

"Call the setHiddenFields() function in the body of the guess() function, but also write some logic so that it's only called when answer and attempt haven't already been set."

EricJFisher commented 7 years ago

Updated in both the .com and readme.md file.