As a beginner in the world of coding and JavaScript, I decided to challenge myself by creating a calculator. It's been going smoothly up until this point: My inquiry is centered around incorporating keys into my calculator functionality. Currently, the only way to input numbers is by clicking on the buttons that I've created with my mouse. Is there a way for me to assign specific keys to these buttons for a more streamlined user experience?