Master JavaScript with the most complete JavaScript course on the market! Scope, closures, prototypes, 'this' , and more...
Read more »
We will take a dive into a ECMAscript 2020 feature coming soon to Javascript: the BigInt primitive data type. Learn everything you need to know about the big... (more…)
Read more »
In this article we will look at the various ways an object can be copied in Javascript. We will take a look at both shallow and deep copying. While shallow copying is rather straightforward, deep copying is more tricky. Currently, there is a HTML5 specifi... (more…)
Read more »
Javascript is a weird and wonderful language that lets us write some crazy code that's still valid. It tries to help us out by converting things to particular types based on how we treat them. If we add a string to something, it'll assume we want it in te... (more…)
Read more »