Understand "Hoisting" in JavaScript is important and at the same time somewhat misleading. In this blog post, I will cover the Hoisting …
Read moreClosure is a very important concept that every JavaScript developer should understand. In the post, I will provide a quick introduction of closure…
Read moreA JavaScript function is a block of organized, reusable code that is defined to perform a single, relation action. A function is executed when some…
Read moreDouglas Crockford described JavaScript as the world's most misunderstood language. Like many developers, when I started learning JavaScript, …
Read more