adjective

Url

457 of 903
Good / Successful

companionship - The act of spending time with someone for comfort or company.

After retiring, he missed the daily companionship of his coworkers.

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