adjective

Url

49 of 60
Bad / Dishonest

sneaky - Doing things in a secretive or sly way, often to avoid being noticed or caught.

Before breakfast, Billy was sneaky and ate some cookies when his mother wasn't looking.

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