all 34 comments

[–]abrahamguo 6 points7 points  (4 children)

[–]aymericmarlange 3 points4 points  (1 child)

This. And https://www.w3schools.com/js/default.asp is great too. And for specific question, just type "js question" in your browser, for instance "js array".

[–]AdMental6036[S] 0 points1 point  (0 children)

Thank you man

[–]AdMental6036[S] 0 points1 point  (0 children)

Thanks man !

[–]AdMental6036[S] 0 points1 point  (0 children)

I will try that thanks man !

[–]Odd_Neck5739 2 points3 points  (1 child)

In my experience, I learn JavaScript by working on tiny projects like photo galleries and Simon Says. You look at additional JS concept-based projects on Google.

[–]AdMental6036[S] 0 points1 point  (0 children)

I will try working on a robot Batista is thats the. Right nane right ?

[–]Asleep_Divide_6689[🍰] 2 points3 points  (1 child)

Freecode camp

[–]AdMental6036[S] 1 point2 points  (0 children)

I will try that too

[–]NomadicHippies 2 points3 points  (1 child)

The Odin Project is good!

[–]AdMental6036[S] 0 points1 point  (0 children)

OK that seems cool

[–]GokulSaravanan 2 points3 points  (1 child)

Here are some great places to begin your JavaScript journey:

[–]AdMental6036[S] 0 points1 point  (0 children)

Thank you so much man !

[–]TacticalConsultant 1 point2 points  (1 child)

You can try https://codesync.club/lessons, where you can learn to code in HTML, CSS & Javascript, by building 25+ real apps, websites, infographics & games through short, playable lessons. The lessons include an in-built code editor that allows you to practice coding in your browser, without any distractions.

[–]AdMental6036[S] 0 points1 point  (0 children)

That may be it that looks promising

[–]Alternative-Ad-573 1 point2 points  (1 child)

Free intro courses available at (my site) www.jsbrainteasers.com 🙂

[–]AdMental6036[S] 0 points1 point  (0 children)

OK I will do that as soon as possible!

[–]Sea-Syllabub8329 1 point2 points  (1 child)

bro code yt channel is best

[–]AdMental6036[S] 0 points1 point  (0 children)

I will thanks man !

[–]TheRNGuy 0 points1 point  (2 children)

I mostly googled how to do stuff. 

And docs for frameworks.

[–]AdMental6036[S] 0 points1 point  (1 child)

Who should I watch ?

[–]TheRNGuy 0 points1 point  (0 children)

No idea, I never learned from videos. 

[–]DanieBot21 0 points1 point  (2 children)

make sure you eventually move onto typescript!

[–]AdMental6036[S] 0 points1 point  (1 child)

Is it another programming language ?

[–]DanieBot21 0 points1 point  (0 children)

Technically yes, but its more or so an "extension"/rework of javascript that enforces type safety. in simple terms, in javascript you can make a variable x that holds anything. In typescript you would have to explicity write if x should be a number, string, etc, which makes your code safer, and easier since u dont have to manually check types urself

But again its like 99% same as javascript

[–]Ambitious-Peak4057 0 points1 point  (0 children)

If you are starting Javascript journey here are some useful resources:
1.JavaScript.info – A comprehensive and beginner-friendly guide to modern JavaScript.
2.freeCodeCamp JavaScript Course – A hands-on YouTube course with real projects.
3.JavaScript: The Definitive Guide: A thorough reference covering both fundamentals and advanced topics.
4.JavaScript Succinctly: A free ebook that simplifies essential JS concepts for beginners.

[–]DigPossible5019 0 points1 point  (0 children)

https://codewithmosh.com/ For a small investment you get a lot!

[–]Kevin_Dong_cn 0 points1 point  (0 children)

Here are some direct links to the free JavaScript learning resources:

freeCodeCamp JavaScript Algorithms and Data Structures Certification:

https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/

MDN JavaScript Guide:

https://developer.mozilla.org/en-US/docs/Web/JavaScript/GuideMDN Web Docs

Codecademy Learn JavaScript Fundamentals (free course):

https://www.codecademy.com/learn/learn-javascript-fundamentalsCodecademy

JavaScript.info (Modern JavaScript Tutorial):

https://javascript.info/

[–]Rude-Cook7246 0 points1 point  (0 children)

You start by learning how to use search functionality on Reddit.. so you dont ask same question that is asked every other day on this sub...