In my last article, I demonstrated how to use Javascript to manipulate canvases with a camera. Today, we are going to play around with some text to make it's format change using loops, arrays, and …
Face Detection & Censorship
Today we are going to build a Face Detection and Censorship App that you can use to show your webcam but with a blurred out face! If you haven't already tried out the Etch-A-Sketch Project, we …
Tabs!
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 →