Type Conversion In Modern Javascript - Part II -
Automatic vs Explicit type conversion in javascript.

Search for a command to run...
Articles tagged with #100daysofcode
Automatic vs Explicit type conversion in javascript.

INTRODUCTION TO TYPE CONVERSION IN MODERN JAVASCRIPT

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, each item contains its separate code, which makes it much more complicated since this may result in a ...

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 rest parameters in functions, Use of the spread operator when calling a function Use of default paramet...

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 from es6 and later javascript versions namely let and const. Let and const are the best alternatives to...

Traditionally variables were only used in programming languages but nowadays even styling languages like CSS and more so preprocessors have adopted the use of variables. This article highlights the use of variables in both CSS code well as sass code ...
