adjective

13 of 57
Good / Calm

unflappable - Having or showing calmness in a crisis

The spelling bee champ spelled each word in an unflappable manner, never letting the pressure get to her.

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