noun

Url

2765 of 3214
Good / Important

mission - A journey or action taken for a particular purpose, often of importance.

The rescue team was sent on a mission to save the trapped hiker.

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