verb

313 of 733
Other / Inward

boast - To talk with excessive pride and self-satisfaction about one's achievements, possessions, or abilities

After his record-breaking race, the runner boasted to the crowd and entertained 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(); }); }