adjective

Url

49 of 77
Bad / Weak

devoid - Not possessing a quality or element typically expected.

Her apology seemed devoid of sincerity, and their relationship did not recover after her negative 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(); }); }