var data = { 'PropertyA': 1, 'PropertyB': 2, 'PropertyC': 3 };
var propName = 'Property' + someUserInput //imagine someUserInput was 'Z', how can I now add a 'PropertyZ' property to //my object?