# Resources
When there are resources that will be used repeatedly, or ones that are mentioned in class but that are not already in the notes, they will be added to this list.
Do NOT rely on W3Schools for accurate information.
Be careful about information from StackOverflow. Some is excellent but some is really out of date.
The LearnJavaScript sub-reddit is a good place to ask and answer questions.
- Mozilla Developer Network MDN
- Node JS website
- NPM website
- VS Code download site
- Steve Griffith's YouTube Channel
- Stack Overflow
- Reddit Learn JavaScript SubReddit
- Apache Cordova Docs
- Lynda.com => LinkedIn Learning
- Brad Travesy Traversy Media YouTube
- Free Code Camp YouTube Channel
- Net Ninja YouTube Channel
- Thomas Bradley YouTube Channel - Former Professor in the AC Graphic Design program.
- Wes Bos YouTube Channel - Canadian Web Developer
- Android Studio
- Eloquent JS by Marijn Haverbeke
- You Don't Know JS by Kyle Simpson
- Dr. Axel Rauschmayer Info about the latest developments in JS.
- AirBnb JavaScript Style Guide
- Google JavaScript Style Guide
- CoderByte JS Challenge Exercises
- Edabit JS Challenge Exercises
- Web Training Center JS Exercises
- Exercism JS Practice Exercises
- JS for Impatient Developers e-Book
- JS for Cats eBook
- Git Cheatsheet
- Free Developer Resources
- Public API List
- Git Program Download
- CanIUse.com browser support for CSS and JS
- Node Feature support reference
- Oh Shit Git! Git help guide
- Twitter posts about #100DaysOfCode
- About learning and memorizing in programming
- 100 Practice JS projects for Beginners
- CORS visualized
- Official Fetch and CORS spec
- Git workflows 2 part series
- Iconic Icons
- Material Design Icons
- IcoMoon Free Icons
- JavaScript Equality Comparisons
- MDN JS Equality and Sameness
- JS Intro for Non-Beginners
- Automatic Semicolon Injection in JS