adjective

37 of 60
Bad / Stupid

pointless - Having no purpose, and is not worth doing

Though Bill's parents wanted him to be a doctor, he didn't find it interesting, and hated the sight of blood, so he thought it was pointless to apply to medical school.

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