JavaScript
JavaScript (JS) is the world's most popular programming language and is the programming language of the Web.
-
JavaScript: Build a Simple Counter
@amy 24364 Views360 Views 0 Likes 0 CommentsI walk you through all the basics of creating a simple JavaScript counter!
-
JavaScript: Reversing A String
@amy 24364 Views116 Views 0 Likes 0 CommentsI walk you through three different ways to reverse a string using JavaScript.
-
JavaScript: Extract Parts of a URL
@amy 24364 Views227 Views 0 Likes 0 CommentsHow to get access to the current URL as well as specific parts of it via JavaScript.
-
JavaScript: String Interpolation
@amy 24364 Views184 Views 0 Likes 0 CommentsI go over the different methods of string interpolation and the value of using template literals and string concatenation.
-
JavaScript: Updating Styles
@amy 24364 Views248 Views 1 Likes 0 CommentsHow to update styles by adding dynamic classes or inline styles using JavaScript.
-
JavaScript: Event Listeners
@amy 24364 Views235 Views 1 Likes 0 CommentsWe go through adding a remove event listeners to specific elements on the page. Link I Mentioned: https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener
-
JavaScript: Merge Arrays
@amy 24364 Views142 Views 1 Likes 0 CommentsI go over different methods that can be used to merge arrays, including ways that do and don't mutate the original arrays.
-
JavaScript: Make A Progress Bar
@amy 24364 Views363 Views 0 Likes 0 CommentsMake a progress bar with me using simple HTML, CSS and JavaScript.
-
190 Views 0 Likes 0 Comments
Hey everyone - console.logs are super useful when it comes to debugging your code. In this video I show some variations that I like to use when printing out sections when I need to
-
259 Views 1 Likes 0 Comments
In this cast I briefly go over destructured assignment for variables and how they can be useful.
-
Create A Basic Node.js Server
@amy 24364 Views409 Views 1 Likes 0 CommentsI walk you through creating the basic 'hello world' Node.js server provided in the documentation, and explain how the pieces are working.
-
160 Views 1 Likes 0 Comments
Simple CLI exercise in Javascript
Looks like you've reached the end!