for example I ask the user to enter an input and he enters "key" and I save the value on a variable called INPUT. Then I want to create an object with this like this.
var obj = {INPUT: "some other input"}; where INPUT = key
I know I can add more values but I need to know the key ahead of time in order to add it. Can I add a new key without knowing what it is?