Content tagged with“JavaScript”

Click to delete

JavaScript

Notes taken from module 10 of Practical JavaScript, a free course by Gordon Zhu. In this part we create a way to delete todo items with a todo button.

Escape the Console

JavaScript

Version 9 of Practical Javascript course, learn how to leave the console behind and allow users to use the interface and return data to the screen

HTML and the DOM

JavaScript

Build a todo app with Javascript,learn about the Document Object Model and begin building the front-end HTML to allow users to interface with our application

Booleans

JavaScript

Build a todo app with Javascript, learn about Boolean values.

Objects

JavaScript

Objects allow you to group your functions together, so everything related to your todo list is in one place and easy to access.

Functions

JavaScript

Functions are like recipes; a set of instructions which can be given to someone so they know exactly what to do or how to make something.

Arrays

JavaScript

In programming, lists are called Arrays. Learn how to build an array and display items from the array in the console.

Monthly Newsletter

Once a month I curate a newletter for designers and developers interested in static sites, CSS and web performance. Check out past issues to get an idea.

Product