nounverb noun

985 of 1576
Bad / Hurt

prey - An animal that is hunted and killed by another for food

Caught in the spider's web, the fly was about to become its prey.

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