Tag: Javascript

Recent Post

Traversing the DOM

Learn the most important methods to traverse the DOM with ease.

What’s the difference between null and undefined data types?

Discover the subtle differences between these data types.

Array basics and must-know array operations

Learn how to create, evaluate and manipulate arrays.

const, let or var: Which should I use?

Learn the differences between 'const', 'let' and 'var' and when to use them.

Create a live time display from different world cities

Create a ticking clock display for world cities using HTML, CSS and vanilla JS

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.