adjective

Url

361 of 1576
Bad / Stupid

goofy - Foolish; harmlessly eccentric

Steve was regarded as goofy because he would make weird facial expressios to make people laugh.

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