noun

Url

25 of 45
Bad / Mistake

aberration - A departure from what is normal, usual, or expected.

The principal let Johnny go without any punishment, because his outburst had been an aberration from his usual good behavior.

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