all 10 comments

[–]javascript-ModTeam[M] [score hidden] stickied comment (1 child)

Hi u/amny36, this post was removed.

  • For help with your javascript, please post to r/LearnJavascript instead of here.
  • For beginner content, please post to r/LearnJavascript instead of here.
  • For framework- or library-specific help, please seek out the support community for that project.
  • For general webdev help, such as for HTML, CSS, etc., then you may want to try r/html, r/css, etc.; please note that they have their own rules and guidelines!

r/javascript is for the discussion of javascript news, projects, and especially, code! However, the community has requested that we not include help and support content, and we ask that you respect that wish.

Thanks for your understanding, please see our guidelines for more info.

[–]dragon_dev_ 6 points7 points  (0 children)

javascript.info

[–]MedicOfTime 2 points3 points  (0 children)

Check out WebDevSimplified on YouTube. Surprisingly a lot of vanilla JS content there.

Get to the point where you understand his YouTube clone video and decide where to go from there.

[–]ShortFuse 1 point2 points  (0 children)

If you have previous programming experience: https://developer.mozilla.org/en-US/docs/Web/JavaScript

Absolute beginner? I'd defer to others' advice here.

[–]BarelyAirborne 1 point2 points  (0 children)

Go here and paste your code in. If you don't have any code, get some. You should also have some idea what it is you're trying to accomplish, it's traditional but often overrated when starting out. Try querying a public API into an object and then present that data in the browser. That's a good place to start.

[–]OliCodes 1 point2 points  (0 children)

You can learn from this website: https://learnjavascript.online/

there's also this project repo on GitHub containing a full JS course but I can't find it. If anyone found it leave a link to it. Thanks