noun

Url

25 of 28
Good / New

trailblazer - A person who is the first to do something, making a path for others to follow, an innovator or pioneer in a particular field or activity.

Marie Curie was a trailblazer in the field of science and research.

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