I\'m trying to follow the tutorial here.
I\'m stuck on the section DOM Breakpoints (near the bottom).
I went to the example site they are ta
Subtree Modifications A subtree modification breakpoint is triggered when a child element is added, removed, or moved.
Attributes Modifications An attribute modification occurs when the attribute of an element (class, id, name) is changed dynamically.
Node Removal A node removal modification is triggered when the node in question is removed from the DOM.
Provide a exercise link here, Enjoy :) DOM Breakpoints Exercise