A list is created in the code below:
let orderedList = document.createElement("ol");
Your task is to delete the list from the DOM.
A list is created in the code below:
let orderedList = document.createElement("ol");
Your task is to delete the list from the DOM.
Create a free account to access the full topic