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

copy edit on instructions #15

Closed caike closed 7 years ago

caike commented 7 years ago

build_a_code_breaker_game_with_javascript___code_school

How about: if validateInput returns false, then use return false to stop execution...

caike commented 7 years ago

build_a_code_breaker_game_with_javascript___code_school

How about: you can negate a value on the if statement by using the exclamation point, like this: if(!someValue)

EricJFisher commented 7 years ago

Changes have been made both to .com tasks and readme.md file