Update JavaScript language (#1603) by HachemiH

* Update JavaScript language

* Update code_javascript.json
This commit is contained in:
Hachemi 2021-07-08 02:04:45 +02:00 committed by GitHub
parent da5d94d43e
commit dc5a6208d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",