noun

Url

541 of 903
Good / Exciting

hobby - A personal interest or pastime that brings enjoyment and relaxation.

Painting has always been her favorite hobby.

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