nounverb noun

445 of 732
Other / Other

sketch - A rough or unfinished drawing or painting, often made to assist in making a more finished picture

Even though the suspect was wearing a hoodie, the police sketch of him managed to portray his facial features very accurately.

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