Writing
JS Fundamentals Resources
Resources on JS Fundamentals
Table of Contents
JS Fundamentals Resources
Twitter @madisonkanna https://twitter.com/Madisonkanna/status/1274424136610152453
-
Variables + Scoping. This is a fantastic article by @codebeast on variables followed by another lesson on scope. https://scotch.io/courses/10-need-to-know-javascript-concepts/declaring-javascript-variables-var-let-and-const
-
Types. Understanding data types by @taniarascia . One of my favorite JavaScript teachers for clear explanations of fundamentals. https://t.co/MNwb2CbMCc?amp=1
-
Objects, functions & arrays. I love @holtbt ‘s intro to web dev course on @FrontendMasters . I’ve had so many beginners from @CodeBookClub tell me how valuable this course is when learning these fundamentals. All the course content for free: https://btholt.github.io/intro-to-web-dev-v2/intro/
-
The DOM! What exactly is the DOM?! By @karaluton . Fun, well-written overview to get started. https://t.co/2FNkLSxgUm?amp=1
-
Prototypes + this. Beginner’s guide to JavaScript prototypes by @tylermcginnis . Tyler is such a fantastic teacher and his courses have helped me so much. https://t.co/CAoWzSPfFI?amp=1
6.Events. “What the heck is the event loop anyway?” is a classic go-to for understanding events, and for good reason. By @philip_roberts .https://www.youtube.com/watch?time_continue=2&v=8aGhZQkoFbQ&feature=emb_logo
-
Security and Accessibility. Loved this free @udacity course to get started. https://t.co/dPg5D2an4v?amp=1
-
Good to know: how to write clean code. Here’s a link from the Syntax episode to a fantastic repo by @ryconoclast that covers clean code concepts adapted for JavaScript. https://t.co/akg4WVGhaC?amp=1
-
Async JavaScript. Another epic tutorial by Tyler McGinnis. https://t.co/AG9Da7aaZe?amp=1