adjective

13 of 48
Good / Pleasure

luscious - (of food or wine) having a pleasingly rich, sweet taste

The luscious chocolate cake on his tongue made Asa feel like he was in heaven.

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