adjective

25 of 57
Good / Calm

desolate - A place that is empty and without people

Albert sometimes liked going off by himself to a desolate beach, just to be alone and gather his thoughts

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