#web-development
Read more stories on Hashnode
Articles with this tag
Automatic vs Explicit type conversion in javascript. · Automatic vs Explicit type conversion in javascript. From the first two examples used in the first...
String immutability explained · A string is considered of primitive type in javascript. this means it's immutable or can't be changed. I admit the first...
Stop using var and get the difference between null and undefined in javascript; · 1. Drop the use of var in javascript ; There are various reasons why...
Basic but crucial javascript rules you should know; · I am a javascript enthusiast, developer, teacher, and a lifetime learner. Javascript is a diverse...
How to keep moving forward with your coding journey in the face of disappointments, failure, and other difficulties. · LONG ARTICLE ALERT !!!! I have...
Type Coercion · This is the first post that forms the beginning of a number of related blog posts on the basics and syntax of the javascript language....