#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...
SCSS makes writing CSS code much faster and simpler. One of the ways it helps achieve this is by utilizing of code nesting feature. In normal CSS,...
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...
Having learned why it's a bad idea to use var in javascript from this extensive article, this article focuses on the two alternatives introduced...
Traditionally variables were only used in programming languages but nowadays even styling languages like CSS and more so preprocessors have adopted...