adjective

Url

1453 of 1578
Bad / Dishonest

indefensible - Unable to be defended, justified, accepted, or excused.

When he said that he robbed the store by mistake, the judge felt that statement was indefensible, and pronounced him guilty.

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