How to check object children > children has undefined value in javascript

Viewed 14

I want to check if object has undefined value in multi tree object. Is there any good way?

a: {
  aa: {
      aaa: undefined;
  },
  bb: 1
}

0 Answers
Related