noun

Url

493 of 733
Other / Shape

chasm - A wide difference in opinions, interests, or feelings between people or groups, or an actual deep split or gap in the earth.

A chasm of misunderstanding separated the husband and wife after the argument.

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