noun

13 of 60
Bad / Strange

zombie - A mythical dead person who is able to move because of certain spiritual powers

In the graveyard, hundreds of zombies escaped from their graves and walked towards the town.

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