mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-02 11:37:44 +08:00
Update JavaScript language (#1603) by HachemiH
* Update JavaScript language * Update code_javascript.json
This commit is contained in:
parent
da5d94d43e
commit
dc5a6208d5
1 changed files with 45 additions and 0 deletions
|
@ -3,6 +3,51 @@
|
|||
"leftToRight": true,
|
||||
"words": [
|
||||
"this",
|
||||
"let",
|
||||
"const",
|
||||
"async",
|
||||
"await",
|
||||
"NaN",
|
||||
"undefined",
|
||||
"typeof",
|
||||
"prompt",
|
||||
"else if",
|
||||
"||",
|
||||
"&&",
|
||||
"i++",
|
||||
"${i}",
|
||||
"${j}",
|
||||
"label",
|
||||
"switch",
|
||||
"case",
|
||||
"use strict",
|
||||
"assert",
|
||||
"new Object()",
|
||||
"delete",
|
||||
"Object.assign()",
|
||||
"Symbol()",
|
||||
"toUpperCase()",
|
||||
"toLowerCase()",
|
||||
"toString()",
|
||||
"Math.floor()",
|
||||
"Math.ceil()",
|
||||
"Math.round()",
|
||||
"Math.trunc()",
|
||||
"Math.max()",
|
||||
"Math.pow()",
|
||||
"Math.random()",
|
||||
"indexOf()",
|
||||
"isNaN()",
|
||||
"Object.is()",
|
||||
"parseInt()",
|
||||
"parseFloat()",
|
||||
"includes()",
|
||||
"startsWith()",
|
||||
"endsWith()",
|
||||
"slice()",
|
||||
"substring()",
|
||||
"trim()",
|
||||
"repeat()",
|
||||
"function",
|
||||
"if",
|
||||
"var",
|
||||
|
|
Loading…
Add table
Reference in a new issue