Build a Simple Clock using JavaScript
Simple digital clock using JavaScript
Aug 23, 20214 min read1.2K

Search for a command to run...
Articles tagged with #2articles1week
Simple digital clock using JavaScript

"use strict" mode - Explained

How to delete an element in an array using splice and delete and what is the difference between them both?.

As a JavaScript developer, we have been told multiple times that var is similar to let, and as part of ES6, we should all move to use let instead of var. But do we really know what is the difference between them both and why should one consider usin...

This blog explains how to add a favicon to a webpage and its uses.

Drop cap effect using CSS explained
