The code I've created is being added to a larger code base that is expecting a particular variable name. I'd like to be able to minify my code while maintain a single variables full name.
I'm aware of the window["myVar"]
trick however the larger code base is expecting the value of myVar
to be a assigned to a particular value calculated by my code.