adjective

Url

25 of 60
Good / Smart-Adj

punctual - On time; arriving or happening at exactly the time that has been arranged.

If you don't want to miss a train, you have to be punctual in arriving at the train station, and not be even a minute late.

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