adjective

Url

769 of 901
Good / Brave

adventurous - Willing to take risks to try new and difficult methods, ideas, or experiences.

He loved learning new techniques of programming, and he had an adventurous attitude and approach to computers.

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