/** Apply a list of operations to a page and output the new page. @param {Page} @param {List} */ function modifyHTML(page, operations) { } module.exports = modifyHTML;