- @brandonjp
- @maicole
- @gmailcarl
- @ghepfer
- @jbasemvd
- @jonessc
(Add your GitHub @username by editing this file)
Prompt a user for their name and age, then report back to them with their name and how they will be next year. Week 2 sample solution
Easy. Create a GitHub account. Start Here
Enhance the previous challenge by responding differently to the user based on their age next year. For example: If the user will be younger than 15 next year, ask for their favorite color. If the user will between 15 and 25, ask for their favorite movie. If the user will be between 25 and 55, ask for their favorite book. Week 4 sample solution
Add your GitHub @username by editing this file (If you don't have permission to commit your changes, just try editing as normal and GitHub will guide you on creating a pull-request.)
- JSBin.com - write and test HTML/CSS/JS code online (be sure to login to save your work)
- MDN: Order of operator precedence
- Book: A Smarter Way to Learn JavaScript by Mark Myers
- Book: JavaScript & jQuery by Jon Duckett
- Chrome Dev Tools - Basics