noun

37 of 60
Bad / War

hostage - A person who is captured and held prisoner and is threatened with injury if a demand is not met

The revolutionaries said that the hostages would be released only after $20 million was deposited in their anonymous Bitcoin account.

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