noun

Url

49 of 60
Good / Brave

savior - Someone who comes to the aid of others, improving their circumstances or offering a solution to a problem.

The firefighter was hailed as a savior after rescuing the family trapped in the burning building.

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