From 50152a6090140202756efb9f491d03298ee7522c Mon Sep 17 00:00:00 2001 From: monkeytypegeorge Date: Fri, 15 Jan 2021 16:29:53 +0000 Subject: [PATCH] Added quote to code_javascript.json --- static/quotes/code_javascript.json | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/static/quotes/code_javascript.json b/static/quotes/code_javascript.json index 4db7a5825..f9a2b9f19 100644 --- a/static/quotes/code_javascript.json +++ b/static/quotes/code_javascript.json @@ -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 } ] -} +} \ No newline at end of file