Your First RPG

Languages
En

Resources

This course focuses on being palatable for beginners, so if you'd like to learn about JavaScript in more depth, or you have questions I recommend the following resources:
Title/TypeDescription
The Coding Train (YouTube Channel)Daniel Schiffman teaches all kinds of things including web development, 2D game development, and more. I'd highly recommend him if you're looking for an engaging way to learn more about coding.
StackOverflow (Questions & Answers)StackOverflow is a little like the yahoo answers of the coding world (but please don't spam silly questions). If you have an issue chances are someones had the exact same one before. If you're stuck and can't figure something out search on there, google it, and if you still can't find the answer feel free to open a new question.
JavaScript.info (Glossary)JavaScript.info is a great resource to get clarification on specific JS ideas
Mozilla Developer Network (Glossary)The MDN is the most extensive site for learning about web technologies. It is maintained by the Mozilla foundation, but it can be overly technical or lacking information in certain areas
YourFirstRPG Support (GitHub Issue Tracker)If you get stuck and you've exhausted your other options, you can ask for help here. Please be considerate and don't spam the issue section, and check first if someone's asked that question before.