adjective

13 of 26
Bad / Afraid

wary - Feeling or showing caution about possible dangers or problems.

After having almost drowned, Kyle was very wary about going swimming when he went with his friends to the beach.

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