Is there a way to simplify an update transaction on object properties, i feel it is repetitive to keep on writing :
it[name] = item.name
it[gender] = item.gender
?
@adamd Thanks, i think that library solves the problem i explained, however i'm currently not keen on using a library for this at the moment, but it's worth knowing there is a library that solves this. Thanks