Learn the language of the web.

Recent Post

Functions in JavaScript

How to write and call functions in Javascript.

Accessing the DOM with Javascript

Learn how to effectively access the DOM using the .getElement and query selector methods.

Editing a HTML class attribute list using JavaScript

How to edit the contents of a HTML class attribute list using JavaScript.

Simple date and time formatting in Javascript

Learn how to easily print the date and time in user-friendly format.

Using fetch() to import data

How to use fetch() to retrieve data from an external API for use in your project.