noun

385 of 733
Other / Shape

shard - A sharp piece of broken glass, metal, or other hard substance

In his anger, Mike threw the bottle against the wall, and it broke into a thousand dangerous shards.

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