You are viewing a single comment's thread from:
RE: Rock-Scissors-Paper Game
@justyy, thank you very much for your review.
What I understand from your comments, I killed a good idea with my amateurish coding ;)
Hardcode, yes there is...there are much more pro ways to do this and l will be learning by doing and these kinds of feedbacks are very important on my way.
document.getElementById
is how I started learning ( l blame freecodecamp for this lol ) and learned the$("#id").append
on the way but still using the first one if the text is not too much. Your comment noted. I am coming from Commodore 64 times btw ;)Inconsistent code formatting - another good critic. Noted.
FD.