Added quote to code_javascript.json

This commit is contained in:
monkeytypegeorge 2021-01-16 23:56:56 +00:00
parent 840975e216
commit 74da45aa2c

View file

@ -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
}
]
}