These are notes that follow along on Slide 36 of the Beginner Javascript course. Follow along for some insights into aria-selected, aria-label, how to make tabs work using vanilla Javascript and CSS! …
Etch-A-Sketch Using Javascript
Now that we have covered some of the basics with DOM manipulation, Scope, Closures, Hoisting, and Events - we are going to get into some of the fun stuff. Let's build a fun Etch-A-Sketch module. …
Javascript Events!
This Post specifically follows Module #5, slides 29-32 for reference. It's lengthy, but I sincerely hope it helps clarify some of the course work and you can use it to follow along with Wes' …
Manipulating The Document Object Model – Part 2
I am creating this post as notes from Wes Bos Javascript course which you can sign up for and do with me here: https://beginnerjavascript.com/. Here is a link to Wes' GitHub readme.md. If you …
Continue Reading about Manipulating The Document Object Model – Part 2 →
Manipulating The Document Object Model – Part 1
What Is the DOM? The DOM, if you aren't familiar is how we manipulate HTML and CSS using Javascript. It truly unlocks the power of what Javascript and it's various flavors can unleash. Every …
Continue Reading about Manipulating The Document Object Model – Part 1 →