nounverb verb

13 of 60
Other / Other

mimic - Imitate (someone or their actions or words), typically in order to entertain or ridicule

The baby was surprised to see that his reflection in the mirror would mimic everything he was doing.

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