Added quote to code_javascript.json

This commit is contained in:
monkeytypegeorge 2021-01-15 16:29:53 +00:00
parent 18993b18a4
commit 50152a6090

View file

@ -1,10 +1,22 @@
{
"language": "code_javascript",
"groups": [
[0, 100],
[101, 300],
[301, 600],
[601, 9999]
[
0,
100
],
[
101,
300
],
[
301,
600
],
[
601,
9999
]
],
"quotes": [
{
@ -12,6 +24,12 @@
"source": "Monkeytype Sourcecode",
"id": 1,
"length": 64
},
{
"text": "export function capitalizeFirstLetter(str) {\\n\\treturn str.charAt(0).toUpperCase() + str.slice(1);\\n}",
"source": "Monkeytype Sourcecode",
"length": 101,
"id": 2
}
]
}
}