adjective

Url

1525 of 1578
Bad / Dislike

derogatory - Showing strong disapproval and not showing respect

After 6 months of singing lessons, she was insulted by what she regarded as derogatory remarks by her friends after she sang at the concert.

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