This was a simple Rock Paper Scissors exercise for me to test out my JavaScript skills.
Still very basic, I learned the following:
querySelector/querySelectorAllto allow only certain buttons to be selectedtextContentfor adding text within a divaddEventListenerto control button clicks
Live link here

