verb

1 of 60
Good / Pleasure

bask - To lie exposed to warmth and sunlight for relaxation and pleasure.

When Joe completed the project, he took a week off and did nothing but bask in the sun on the beach, of course totally covered with sun tan lotion.

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