mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-06 13:40:16 +08:00
added more specials
This commit is contained in:
parent
f64b8fc293
commit
2223df1b4b
1 changed files with 9 additions and 0 deletions
|
@ -318,6 +318,15 @@ function getSpecials() {
|
|||
"_",
|
||||
"=",
|
||||
"+",
|
||||
"{",
|
||||
"}",
|
||||
"[",
|
||||
"]",
|
||||
"'",
|
||||
'"',
|
||||
"/",
|
||||
"\\",
|
||||
"|",
|
||||
];
|
||||
for (let i = 0; i < randLen; i++) {
|
||||
ret += specials[Math.floor(Math.random() * specials.length)];
|
||||
|
|
Loading…
Add table
Reference in a new issue