#javascript-modules
Read more stories on Hashnode
Articles with this tag
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...
Article content; In this article, there are a lot of modern javascript concepts related to functions which include and not limited to; The use of...
In modern javascript, one can write your code without semicolons on your code and it wouldn't throw any errors. In Fact, some programmers prefer to...