verb

Url

25 of 60
Bad / Hostile

undercut - To sell goods or services at a lower price than your competitors

He didn't know if he could remain in business because the new store across the street was undercutting his prices by up to 75%.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }