diff --git a/static/quotes/code_javascript.json b/static/quotes/code_javascript.json index f9a2b9f19..e1a9fbcea 100644 --- a/static/quotes/code_javascript.json +++ b/static/quotes/code_javascript.json @@ -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 } ] } \ No newline at end of file