noun

Url

49 of 60
Good / Flexible

intermediary - One who acts as a go-between and link between people in order to try to bring about an agreement or conclusion.

The UN formed a committee to act as an intermediary in the negotiations to end the war.

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