Skip to content

Commit addc3b4

Browse files
committed
add src/random-num.js
1 parent bdb703c commit addc3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/random-num.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const randomNum = Math.floor(Math.random() * (20))
1+
export const randomNum = Math.floor(Math.random() * (20))

0 commit comments

Comments
 (0)