Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You need to replace DOM nodes currently in the DOM with new DOM nodes.
Using the replaceWith() method, we can select a set of DOM elements for replacement. In the following code example, we use the replaceWith() method to replace all <li> elements with a class attribute of remove with a new DOM structure: