18
Jan 2019
if foo in query object is exist than i will create a object with that key. var obj = { …query.foo && { foo: query.foo }, };
if foo in query object is exist than i will create a object with that key. var obj = { …query.foo && { foo: query.foo }, };