#beginners-learningtocode-100daysofcode
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...
INTRODUCTION TO TYPE CONVERSION IN MODERN JAVASCRIPT · Type conversions in javascript refer to the ability to convert from one data type to another. For...
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...
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....