In C++ I have previously used "&" reference variables to refer to a location inside a vector, I used this as an aliasing mechanism while still allowing myself to store data in the array
Does a similar mechanism exist for items stored in an object in Javascript?