#2articles1week
Read more stories on Hashnode
Articles with this tag
Simple digital clock using JavaScript · The best way to learn to code is by practicing and building small projects. As part of this blog, let's build a...
"use strict" mode - Explained · As JavaScript developers, we often have "use strict" - strict mode enabled in our projects. But do we know what that...
How to delete an element in an array using splice and delete and what is the difference between them both?. · As a JavaScript developer, many times in...
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...
This blog explains how to add a favicon to a webpage and its uses. · Each of us would log in to websites or view multiple sites every day in our life....
Drop cap effect using CSS explained · As part of this blog, we are going to see how we can style the first letter of a paragraph different from the...