Lapis, Papyrus and Scalpellus CodePen

Hey, I’m new to coding and I’m stuck on my Lapis, Papyrus and Scalpellus CodePen! I’ve tried to piece it together using different bits of code I’ve found online, but I think I may have confused myself now - I’ve got it to display the results, but I can’t make the results change (it always says “It’s a tie!”)? Any help would be greatly appreciated!

Here is a link to my CodePen: https://codepen.io/emilyrandall1998/pen/MWeQMaY

Thank you :slight_smile:

I don’t see your code working at all, nothing happens when pressing the buttons, you may also want to check again your html, there is a <h2 without the >

also, you have a compareChoices()in the global scope, meaning it executes as soon as code loads, you can remove it, that one should execute only on a specific input