adjective

Url

3065 of 3214
Bad / Confused

puzzling - Difficult to explain or understand

Scientists still find it puzzling how the universe started from nothing in a 'big bang'.

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