adjective

Url

865 of 903
Good / Good

laudable - Something that deserves praise or admiration.

It was not only laudable that he was going to medical school, but also that he was not asking his parents to pay any for it.

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