adjective

Url

733 of 901
Good / Big

copious - Large in quantity; abundant.

During class she took copious notes, to include everything the teacher said, so that she could review them later.

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