How to i declare a variable with the same name as one of the keys of an object i javascript?
Example
add(obj){ let Object.keys(obj)[1] = obj; }