noun

Url

37 of 60
Bad / Dislike

contempt - A strong feeling of dislike or disrespect toward someone or something considered unworthy.

The teacher spoke with contempt when addressing the student who cheated.

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