add browser warning

This commit is contained in:
2023-07-17 18:44:18 +02:00
parent 26ca9984ea
commit 4eb1e8c049
277 changed files with 3228202 additions and 19 deletions

View File

@@ -0,0 +1,101 @@
{
"name": "code_javascript",
"leftToRight": true,
"noLazyMode": 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",
"return",
"the",
"to",
"value",
"else",
"for",
"true",
"length",
"false",
"null",
"of",
"in",
"element",
"event",
"and",
"console",
"object",
"jQuery",
"node",
"while",
"do",
"break",
"continue",
"attributes",
"childNodes",
"firstChild",
"nodeName",
"nodeType",
"onclick",
"ondblclick",
"onmousedown",
"onmouseenter",
"onmouseup",
"onkeyup",
"onkeydown",
"onkeypress",
"oninput",
"oninvalid",
"onreset",
"onselect",
"ondrag",
"try",
"catch",
"throw",
"finally"
]
}