noun

Url

769 of 903
Good / Exciting

adventure - An unusual, exciting, and sometimes hazardous experience or activity.

He liked traveling, meeting new people, and seeing new places, and he was always ready to go on his next adventure.

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