scrimba
Learn JavaScript
Practice part 2
Rock papers scissors
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Rock papers scissors
AboutCommentsNotes
Rock papers scissors
Expand for more info
index.js
run
preview
console
let hands = ["rock", "paper", "scissor"]

// Create a function that returns a random item from the array


Console
/index.html
-2:59