//new Javascript has some interesting tools such as new or this built in that you probably have seen used but never new how to use it outside of a tutorial or project you followed from someone …
Shopping Form With Custom Events, Delegation, and Local Storage
In my last article we created a sarcastic text generator. Today, we will create a shopping list with custom events, delegation (listen on events that happen in the future), and use local storage. …
Continue Reading about Shopping Form With Custom Events, Delegation, and Local Storage →
Sarcastic Text Generator
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 …
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. …
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 →