Vanilla JS rock paper scissors exercice as part of the Odin Project curriculum.
Implemented using only DOM .appendChild methods (no content within the HTML's body tags) as a means to practice generating and managing dynamic objets in JS.
Press any of the three available selections until the game ends.