I have a simple question
let obj1 = {}; obj2= obj1;
Here obj1 and obj2 are referencing the same object in the memory i.e. obj1===obj2 -->
obj1===obj2 -->