adjective

Url

49 of 60
Bad / Bad

scandalous - Describing something that is morally or legally wrong and causes a great deal of gossip or anger in society.

His scandalous 'borrowing of campaign money' became the subject of intense media scrutiny, leading to his resignation.

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