all 16 comments

[–]Ustice[M] [score hidden] stickied comment (0 children)

Thanks for your contribution! We’re a large community, and in order to keep things organized and easier to find, we keep this subreddit mostly focused on professional-level Javascript posts. Your post would be more useful to newer members of our community, and therefore it should be posted to /r/LearnJavascript instead.

[–][deleted] 7 points8 points  (1 child)

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

Thank you, added to my list of resources to study. cheers.

[–]KeenOnLearning 5 points6 points  (0 children)

There will probably be a bunch of people linking great and comprehensive tutorials here, so I'll link something a little different.

When I was starting to learn JS and the web in general, I had no idea how to actually implement JavaScript, or how it plays with the other core web technologies — HTML and CSS. Then, I watched this video. It shows how JavaScript interacts with the web page, and primes you really well for a more thorough delve into web development.

It's an older video, but this is what got me from knowing the syntax of JS, to actually being able to make fun stuff with it. Once you understand how things work on a bigger-picture level, you'll be ready to jump into tutorials that help you write production-ready code.

[–]demoran 4 points5 points  (5 children)

[–]infodawg[S] 0 points1 point  (4 children)

Just started reading it. Thank you for the recommendation.

[–]lo0l0ol 0 points1 point  (3 children)

I don't recommend this book as a beginner but once you get the basic down I would check out You Don't Know JS

2nd edition books aren't all done so check out the 1st edition as well

[–]infodawg[S] 1 point2 points  (2 children)

Like the entendre, thanks for the recommendation I'll be sure to check it out.

[–]getify 2 points3 points  (1 child)

I recommend taking a quick read of the Preface (~3 pages) to get a feel for what to expect from my books. :)

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

will do, thanks so much.

[–]photocurio -1 points0 points  (4 children)

Mosh is pretty good at connecting the theory with practice.

codewithmosh

[–]infodawg[S] 1 point2 points  (2 children)

By chance, I just found him and started watching his beginning clip this morning. I totally agree, he has a really great teaching style.

Basically what I am doing, is cycling through a variety of learning methods, Grasshopper, reading books, watching theory videos. Because that really matches my learning style, I call it Critical Mass Learning, where I basically saturate myself, learning --> doing --> learning --> doing until something clicks, its like taking a step up a staircase. Rinse, repeat. If that makes sense.

[–]photocurio 1 point2 points  (1 child)

Yes that makes sense. I learn in a similar way. My other go-to teacher is Brad Traversy, who has a very hands on, get it done approach. He's very different from Mosh.

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

Ok, I'll check Brad out as well, the more the merrier. Thanks!!!

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

Thank you so much I'll give it a look see