mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 15:08:45 +08:00
Added quote to code_javascript.json
This commit is contained in:
parent
840975e216
commit
74da45aa2c
1 changed files with 6 additions and 0 deletions
|
@ -30,6 +30,12 @@
|
|||
"source": "Monkeytype Sourcecode",
|
||||
"length": 101,
|
||||
"id": 2
|
||||
},
|
||||
{
|
||||
"text": "export function roundTo2(num) {\\n\\treturn Math.round((num + Number.EPSILON) * 100) / 100;\\n}",
|
||||
"source": "Monkeytype Sourcecode",
|
||||
"length": 92,
|
||||
"id": 3
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue