Skip to content

Commit d4da007

Browse files
committed
Change to the random string generator
I made a mistake with pushing the new version. So this is the correct version
1 parent d2c5024 commit d4da007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/data/javascript.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@
818818
" return Array.from({ length }, () => characters.charAt(Math.floor(Math.random() * characters.length))).join('');",
819819
"}",
820820
"",
821-
"console.log(makeid(5), \"1234\" /* (optional) */);"
821+
"console.log(makeid(5, \"1234\" /* (optional) */));"
822822
],
823823
"tags": ["javascript", "function", "random"],
824824
"author": "kruimol"

0 commit comments

Comments
 (0)