You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/static/quotes/code_javascript.json
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -276,6 +276,30 @@
276
276
"source": "Monkeytype Sourcecode",
277
277
"length": 159,
278
278
"id": 45
279
+
},
280
+
{
281
+
"text": "console.log(eval(\"3 + 5\"));",
282
+
"source": "MDN",
283
+
"length": 27,
284
+
"id": 46
285
+
},
286
+
{
287
+
"text": "(function () {\n\t\"use strict\";\n\t/* Start of your code */\n\tfunction greetMe(yourName) {\n\t\talert(`Hello ${yourName}`);\n\t}\n\n\tgreetMe(\"World\");\n\t/* End of your code */\n})();",
0 commit comments