I want to check if object has undefined value in multi tree object. Is there any good way?
a: {
aa: {
aaa: undefined;
},
bb: 1
}
I want to check if object has undefined value in multi tree object. Is there any good way?
a: {
aa: {
aaa: undefined;
},
bb: 1
}