noun

Url

49 of 60
Other / Body

freckles - Small, dark spots or patches on the skin, often caused by sun exposure.

People often notice her freckles and say they make her look unique and charming.

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