Building - Rock Paper Scissors in JavaScript - Day55
Today #day55 of #100daysofcode, I am coding and explaining Advanced level 'Rock Paper Scissors' code game project in JavaScript taught by @ania_kubow.
HTML
create a div with id choices
<div id="choices"></div>
create a h2 tag with id
<h2 id="resul...
dheerajy1.hashnode.dev3 min read