noun

601 of 1576
Bad / Bad

cataclysm - A large-scale and violent event in the natural world

Scientists have predicted that a massive cataclysm, like a tsunami with 400-foot waves, could happen in the future.

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