The Cutter project began with a need to crop HTML code to a specified number of words, but without losing the original HTML markup at any time. You create a JavaScript object instance and assign the DOM element to be cut, the DOM target element, and the number of words that cut the HTML markup. After this, execute it.