adjective

49 of 78
Bad / Strange

inexplicable - Impossible to explain

With all of his many abilities, Barry found it inexplicable that he was never able to find a job that he liked.

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