Javascript – Where primitives inside objects are actually stored
When i Declare an Object and inside of that object i made a property that holds a primitive value so in this Example const foo = { firstName: 'bar' } where the bar actually stored is it points the specific…