mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
fix(curriculum): Odin Rock Paper Scissors array (#56696)
This commit is contained in:
parent
b021f3eb5d
commit
9fc563dccc
@ -166,7 +166,7 @@ assert.match(playGame(), /You (win|lose) the game!/);
|
||||
## --seed-contents--
|
||||
|
||||
```js
|
||||
const hand = ['rock', 'paper', 'scissor'];
|
||||
const hand = ['rock', 'paper', 'scissors'];
|
||||
```
|
||||
|
||||
```html
|
||||
|
||||
Loading…
Reference in New Issue
Block a user