nounverb noun

Url

25 of 74
Other / Shape

bulge - A rounded swelling or protuberance that distorts a flat surface

It was easy to see the bulge in the athlete's muscles, and it was clear that he worked out a lot.

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