nounverb noun

20 of 42
Other / Light

glaze - A liquid such as milk or beaten egg, used to form a smooth shiny coating on food

The maple glaze on the donuts looked very appetizing to the hungry kids.

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