noun

Url

37 of 60
Bad / Dangerous

abyss - A deep or seemingly bottomless hole or chasm.

He stood at the cliff's edge, staring into the black abyss, and he felt a mixture of awe, fear, and amazement.

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