Javascript – How to filter tree-like named object?
I have a tree object like below, and I need to search through it. I know there's already some answers on topics like this here, but they are, unfortunately, do not comply with my structure. const tree = { "28":…