Skip to content

Commit 3b86f55

Browse files
Add new const
1 parent 6855fec commit 3b86f55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ export const gameDescription = (description) => {
1515
};
1616

1717
export const getRandomInRange = (min, max) => Math.floor(Math.random() * (max - min + 1)) + min;
18+
19+
export const rounds = 3;

0 commit comments

Comments
 (0)