Articles in this series
Let's compare shallow copy vs deep copy. Here is the definition of each: Shallow copy happens when a reference variable(i.e object or array) gets...
Hoisting is one of the most frequently asked javascript interview questions. The concepts around the hoisting are somewhat tricky and give candidates...