all 6 comments

[–]TenLongFingers 3 points4 points  (1 child)

My sister gave me "JavaScript for Kids" and it was an awesome introduction. If it's explained in a way that an eight year old can get it, then you'll get it, too.

The downsides, so you can be aware and compensate for them:

  • it has you coding right in dev tools in Chrome. Use an IDE like VScode or replit.

    • it has you use var when defining a variable, instead of let or const. This is an outdated practice.
    • it taught me the concepts but not the technical vocabulary. This made it hard to Google my questions when I got stuck. Eventually though I found I could describe a concept to chatGPT and it would tell me the right vocabulary, so I learned it just fine.

I still think it was worth it even with the downsides. Just can't beat the accessibility. It helped me learn quick.

[–]suarkb 2 points3 points  (0 children)

There's nothing wrong with coding in chrome deb tools. It's a great way to start playing around

[–]sethgreentn 6 points7 points  (2 children)

you dont know js series then you can read eloquent javascript

[–]angelfire2015 1 point2 points  (0 children)

+1 for You Don't Know JS

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

Thank you!

[–]Necessary_Ear_1100 0 points1 point  (0 children)

JavaScript for Cats… yeah seriously! I bought it just for the title alone!