noun

13 of 60
Bad / Disgusting

slut - A woman who has many casual sexual partners

For many people, Kim Kardashian is viewed simply as a slut who is known for her sexual exploits rather than possessing any talent.

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