too lazy to look into it right now but seems like these should be equivalent in my case: ``` js dom('#logs tbody > tr').remove(); dom('#logs tbody').empty(); ```