Try the web app for playing rock, paper, and scissors by simply clicking on them if you're too tired to use hand signs. Have fun!
For the web app's layout, I just used HTML flex and grid, SCSS for styling, and JavaScript for adding functionality.
setInterval() - It is used call a function at specified time interval. It takes two arguments-function and time(in miliseconds).
clearInterval() - It is used to cancel the action the setInterval() function.