When working with JavaScript Objects, having a clear idea of Merging and Cloning is very important. In this blog we will dive into the 3 ways to clone or merge objects. In JavaScript, objects are stored by reference. When you assign an object to a v...