#frontend-development
Read more stories on Hashnode
Articles with this tag
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....
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...
Intro to objects; Some of the most powerful data structures to work within javascript are arrays and objects. Both of these items have a lot in common...
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...