Please review my rock, scissors, paper game

Hello, I am looking for tips on my javascript code. I attempted to use ES2015 as much as I could. Any protips you can give me?

Here is a demo: https://capozzic1.github.io/es2015-rock-scissors-paper/

Here is the javascript: https://github.com/capozzic1/es2015-rock-scissors-paper/blob/master/js/index.js

1 Like