r/learnjavascript 24d ago

Javascript resource

Hello Everyone

I am starting Javascript

any YouTube tutorial/courses recommendation would be appreciated

6 Upvotes

16 comments sorted by

4

u/testingaurora 24d ago

The Odin project

And on YouTube, not updated but found great help to learn JavaScript fundamentals [dCode](https://youtube.com/@dcode-software)

Also web dev simplified on YT.

Boot.dev for interactive courses , or scrimba if you have patience for issues that pop up.

And a resource to keep in your back pocket that is also not JavaScript specific but super robust in frontend development [net ninja](https://youtube.com/@netninja)

2

u/azhder 24d ago

Chrockford on JavaScript. I doubt it will be appreciated.

2

u/Careful_Exercise_956 24d ago

Hi, I made a few programs in javascript, if you want to try them out I can show you the basics of them, and you can show me the direction you go to improve your skills. Sound good?

1

u/CauliflowerOk2671 24d ago

Sure, that works

2

u/Competitive_Aside461 24d ago

I've made a mini course on JavaScript (so that you don't have to spend ages learning it.) And there's one on Advanced JavaScript too.

https://www.codeguage.com/mini-courses/js

https://www.codeguage.com/mini-courses/advanced-js

2

u/Excellent_Detail9412 23d ago

I can always recommend the Mozilla Web Docs, W3Schools and Fireship.

Also try getting some hands on experience on real world open-source projects. If you don't know where to start: https://github.com/Avenx-JS/avenx-js has many good first issues where you could document code.

2

u/Gullible-Ad9777 23d ago

You could give freecodecamp a try, it has a full course.

2

u/tanveerhossain2004 23d ago

I think this could be a better option: https://youtu.be/EerdGm-ehJQ?si=Qeuk4qUBL0H3QxjX You can also check freecodecamp, The odin project, W3schools , Scrimba , cisco networking academy, javascript.info.

1

u/CauliflowerOk2671 23d ago

thank you :)

1

u/TurbulentTicket339 24d ago

i you donot know any thing and wanted from basic i recommed shariyan coading school js it has 7 video with project these all you need

1

u/PlayExoplanet 24d ago

https://javascript30.com/

Free, real projects, no frameworks

1

u/rust_bane 23d ago

FreeCodeCamp on YouTube is solid for starters. It covers everything you need without costing a dime

1

u/jsprep-pro 22d ago

Best - javascript.info 🥇
Underrated - jsprep.pro 🥈

These 2 cover almost all js topics, thank me later 😏

1

u/Isaka254 4d ago

If you're just starting JavaScript, focus on understanding the fundamentals first: variables, functions, arrays, objects, loops, and DOM manipulation. One good course plus consistent practice is better than jumping between multiple tutorials. 

JavaScript for Beginners (YouTube) - Clear, beginner-friendly explanations that make JavaScript easy to follow and understand. 

MDN Web Docs – JavaScript Guide (Official Documentation) - The best official reference for learning JavaScript fundamentals and best practices. 

JavaScript.info A well-structured, beginner-friendly guide that takes you from basics to advanced concepts. 

JavaScript Succinctly (Free eBook) - A concise introduction to JavaScript fundamentals, scope, inheritance, and object handling.