adjective

Url

49 of 53
Good / Flexible

variety - a lot of different kinds of activities, situations, or people

She liked her job as a social worker, because she liked the variety of people she was able to help.

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