-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Task 8 issue #7
Comments
Updated in both the .com and |
ktmathews89
added a commit
to ktmathews89/CodeBreakerProject
that referenced
this issue
Apr 26, 2017
AleTorres
added a commit
to AleTorres/CodeBreakerProject
that referenced
this issue
May 2, 2017
javiBertos
pushed a commit
to javiBertos/CodeBreakerProject
that referenced
this issue
Aug 21, 2017
javiBertos
pushed a commit
to javiBertos/CodeBreakerProject
that referenced
this issue
Aug 21, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 ourguess
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 theguess()
function, but also write some logic so that it's only called whenanswer
andattempt
haven't already been set."The text was updated successfully, but these errors were encountered: