if (childNames != '') {
            childNames = childNames.substring(0, childNames.length - 2);
            children.innerText = childNames;
        } else children.innerText = '-';