WWDC 2021: Announcements – iOS 15, macOS Monterey, and More
… '; busy = false; btn.disabled = false; } ; } btn.addEventListener 'click', function { send input.value ; } ; input.addEventListener 'keydown', function e { if e.key === 'Enter' send input.value ; } ; sugBtns.forEach function b { b.addEventListener 'click', function { send b.textContent, true ; } ; … …