mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-05 00:00:18 -04:00
fix(curriculum): Odin Rock Paper Scissors array (#56696)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user