const delete_choice = (node) => { node.parentElement.parentElement.removeChild(node.parentElement) };