-
Trivia Game: Connecting To the Open Trivia API
- 1336 Views
- 2 Likes
- 0 Comments
The first cast in the series where I will be building out a simple trivia app using the Open Trivia Database API. In this Cast, we connect and make a f...
-
JavaScript: Random Number Generator
- 243 Views
- 2 Likes
- 0 Comments
I show you how to generate a random number using some of JavaScripts built in functions.
-
JavaScript: Make A Progress Bar
- 363 Views
- 0 Likes
- 0 Comments
Make a progress bar with me using simple HTML, CSS and JavaScript.
-
JavaScript: Merge Arrays
- 142 Views
- 1 Likes
- 0 Comments
I go over different methods that can be used to merge arrays, including ways that do and don't mutate the original arrays.
-
Import Files into a HTML File
- 128 Views
- 0 Likes
- 0 Comments
I go over how to add an external stylesheet and JavaScript file into an HTML file.
-
JavaScript: Event Listeners
- 235 Views
- 1 Likes
- 0 Comments
We 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/Even...
-
JavaScript: Updating Styles
- 248 Views
- 1 Likes
- 0 Comments
How to update styles by adding dynamic classes or inline styles using JavaScript.
-
JavaScript: String Interpolation
- 184 Views
- 0 Likes
- 0 Comments
I go over the different methods of string interpolation and the value of using template literals and string concatenation.
-
JavaScript: Extract Parts of a URL
- 227 Views
- 0 Likes
- 0 Comments
How to get access to the current URL as well as specific parts of it via JavaScript.
-
JavaScript: Reversing A String
- 116 Views
- 0 Likes
- 0 Comments
I walk you through three different ways to reverse a string using JavaScript.