#webdev
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...
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...
This is the second part of a series of related javascript posts. If you haven't had a chance to look at the first, click this link and learn about...