-
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.
-
Pure CSS Spinner
- 861 Views
- 2 Likes
- 0 Comments
I walk you through how to create a loading spinner with just HTML & CSS.
-
JavaScript: Build a Simple Counter
- 360 Views
- 0 Likes
- 0 Comments
I walk you through all the basics of creating a simple JavaScript counter!
-
Markdown Basics
- 137 Views
- 0 Likes
- 0 Comments
We go over some of the basic syntax of Markdown and why knowing Markdown can be valuable for any developer.
-
Changing Terminal's Prompt
- 163 Views
- 0 Likes
- 0 Comments
How to get your terminal prompt to display different information. Link to GitHub Repo: https://github.com/amyoulton/command_line_interface_basics/blob/...
-
Command Line Interface Basics (Terminal)
- 313 Views
- 0 Likes
- 0 Comments
We go over some of the basics commands and help you to get more familiar working inside your Terminal. Link to GitHub Repo: https://github.com/amyoulto...