nounverb noun

37 of 60
Bad / Hostile

slander - A false spoken statement about someone that damages their reputation

Bill's company took a while to recover after his competitor broadcast a TV ad that contained slander about Bill's company's products.

// 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(); }); }