Nameless
0
Q:

es6 remove empty property from object

Object.entries(obj).reduce((a,[k,v]) => (v == null ? a : (a[k]=v, a)), {})
0

New to Communities?

Join the community