• posted 2½ years ago
    • 2 comments

    Dynamic Variables Assignment?

    195144566_b1b4a84991_bIn JS, I ran into a problem where I needed to create a shortcut string, and then turn that string's value into a reference to a different object.

    So for example, I create a string called 'oliver' under the variable shortcut like so:
    read