Student Resources
This page includes dozens of tutorials, reference guides, and tools to help beginners as well as advanced coders to hone their craft. Best of all, everything listed here is free! Explore these sites to discover new ways to expand your web design and development skills.
Learning about JavaScript
- Codecademy
- W3Schools - JavaScript
- jsHint - js debugger. Put this code at the top to avoid warnings about using let and const.
/*jshint esversion: 6 */ - Online Console - This is a console that I made. It can be a bit quirky. When in doubt, hit refresh.