noun

Url

49 of 60
Bad / War

arsenal - A collection or supply of weapons or tools used for a specific purpose.

The country kept a large arsenal of all kinds of weapons ready in case of war.

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