From 74da45aa2c47872b762eda3855cb1728e19f0d91 Mon Sep 17 00:00:00 2001 From: monkeytypegeorge Date: Sat, 16 Jan 2021 23:56:56 +0000 Subject: [PATCH] Added quote to code_javascript.json --- static/quotes/code_javascript.json | 6 ++++++ 1 file changed, 6 insertions(+) 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