#variables
Read more stories on Hashnode
Articles with this tag
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...
In javascript, a variable can hold one of two value types; either primitive values or reference values. This blogpost highlights the differences...