nounverb noun

37 of 60
Other / Sound

crackle - A sound made up of a rapid succession of slight cracking sounds

The crackle of the fire was the only thing Vic could hear as he camped in the mountains.

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