1 questions from the last 30 days
1
vote
1
answer
141
views
Are dynamic property tags in JS object literals possible?
I'm building my first framework. I need to be able to generate a semi-dynamic object, to which end, I want to re-use a single variable that points to a unique-value-returning function. I have a JS ...