# Comment Your Code ## Instructions Go over your current /app.js file in your game folder, and find ways to comment it and tidy it up. It's very easy for code to get out of control, and now's a good chance to add comments to ensure that you have readable code so that you can use it later. ## Rubric | Criteria | Exemplary | Adequate | Needs Improvement | | -------- | ------------------------------------------------------------------ | ------------------------------------- | -------------------------------------------------------------- | | | `app.js` code is fully commented and organized into logical blocks | `app.js` code is adequately commented | `app.js` code is somewhat disorganized and lacks good comments |