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

Update tips for a better debug process #30

Open wanderlux opened 7 years ago

wanderlux commented 7 years ago

Setting the "You win! :)" or "You lose! :(" message has nothing to do with calling showAnswer function. The tip is misleading the user to lookup for the mistake in the wrong function (showAnswer instead of setMessage).

Created a PR that fixes this issue.