DEV Community

Cover image for Jet-Speed JavaScript Learning Resources
Furkan Gulsen
Furkan Gulsen

Posted on

Jet-Speed JavaScript Learning Resources

For those who want to start with JavaScript but want to jump into projects without wasting time, I am sharing some resources below 👇 that will help you establish a solid foundation quickly and start working on projects in 1-2 weeks 🚀 the rest is up to you ...


JavaScript Info

website: https://javascript.info

I argue with everyone, it can't get any better than this. It's a work that I support and PR on time. Everything related to JS is written in an explanatory way.

Image description


w3Schools

website: https://w3schools.com/js

It's kind of like a dictionary. The order in the Sidebar is just right, you can complete your JS foundation in a short time by going through it.

Image description


GeeksForGeeks

website: https://geeksforgeeks.org/javascript/

Compared to w3, it is a little more detailed, with plenty of examples, and offers you a more collected version of the topics.

Image description


Video Soruce

source: https://www.youtube.com/watch?v=lI1ae4REbFM

Finally; For those who say I understand better than video, I leave one of the best Crash Courses I've seen for JS:

Top comments (1)

Collapse
 
mukhtar_khan_d6ffe2478036 profile image
Mukhtar Khan • Edited

Here are some excellent resources for learning Jet-Speed JavaScript:

  • Jet-Speed Official Documentation: The official documentation provides comprehensive guides and examples.
  • Online Tutorials: Websites like MDN Web Docs and freeCodeCamp offer in-depth tutorials and interactive exercises.
  • Community Forums: Platforms like Stack Overflow and Reddit have active communities where you can ask questions and get help.
  • YouTube Channels: Many developers create tutorial videos on Jet-Speed JavaScript, providing visual explanations.

By combining these resources, you can effectively learn and master Jet-Speed JavaScript.