nounverb verb

Url

49 of 60
Good / Exciting

wonder - To feel curiosity or doubt about something; to question or inquire about something, often with a sense of awe or amazement.

When she saw the magician perform his final trick with the glass ball, she couldn't stop wondering how he did the trick.

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