verb

25 of 29

Other / Fast

Url

zoom - To move quickly or suddenly with a loud humming or buzzing sound.

The motorcycle zoomed past us on the highway.

noun

26 of 29

Good / Important

Url

zenith - The highest point that something can reach.

When the soccer player was at his zenith, he helped his team win one game after another.

adjective

27 of 29

Bad / Disorganized

Url

wreckage - The remains of something that has been badly damaged or destroyed.

After the battle, the troops examined the wreckage of the enemy plane that had crashed, looking for any important information.

verb

See noun

28 of 29

Bad / Attack

Url

wreck - To destroy of severely damage something.

The tornando wrecked everything in its path.

noun

See verb

29 of 29

Bad / Weak

Url

wreck - Something that has been badly damaged or destroyed.

Small submarines often go underwater to see the wreck of the Titanic.

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