How to remove all blank Objects from an Object in Javascript?
How to remove all blank Objects from an Object in Javascript? Like this
const test={data:{a:{}}
How to get result:
test={}
or
test=null
user14112419
- 87
- 5
lang-js