verb

Url

877 of 903
Good / Exciting

proclaim - To announce something publicly and proudly.

During the French revolution, the crowds proclaimed that their goal was Liberty, Equality, and Fraternity.

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