﷽
\r\n
 ecma5… my marks…[^2]
- JavaScript
- References
- 
    Expressions & operators- Overview
- Addition (+)
- Addition assignment (+=)
- Assignment (=)
- Decrement (--)
- delete
- Division (/)
- Division assignment (/=)
- Equality (==)
- function expression
- function* expression
- Greater than (>)
- Greater than or equal (>=)
- Grouping operator ( )
- Increment (++)
- Inequality (!=)
- Less than (<)
- Less than or equal (<=)
- Logical AND (&&)
- Logical AND assignment (&&=)
- Logical NOT (!)
- Logical OR (||)
- Logical OR assignment (||=)
- Multiplication (*)
- Multiplication assignment (*=)
- Strict equality (===)
- Strict inequality (!==)
- Subtraction (-)
- Subtraction assignment (-=)
- this
 
- 
    Statements & declarations
- 
    Functions- Overview
- Arrow function expressions
- Default parameters
- get
- Method definitions
- Rest parameters
- set
- The arguments object
 
- 
    Classes- ❓❓❓❓❓❓❓❓
- ❓❓❓❓❓❓❓❓❓❓❓
- ❓❓❓❓❓❓❓
- ❓❓❓❓❓❓❓ ❓❓❓❓❓❓❓❓❓❓
- ❓❓❓❓❓❓ ❓❓❓❓❓ ❓❓❓❓❓❓
- ❓❓❓❓❓❓
- ❓❓❓❓❓❓ ❓❓❓❓❓❓❓❓❓❓❓❓❓❓ ❓❓❓❓❓❓
 
- 
    Regular expressions- Overview
- Backreference: \1, \2
- Capturing group: (...)
- Character class escape: \d, \D, \w, \W, \s, \S
- Character class: [...], [^...]
- Character escape: \n, \u{...}
- Disjunction: |
- Input boundary assertion: ^, $
- Literal character: a, b
- Lookahead assertion: (?=...), (?!...)
- Lookbehind assertion: (?<=...), (?<!...)
- Modifier: (?ims-ims:...) Experimental
- Named backreference: \k<name>
- Named capturing group: (?<name>...)
- Non-capturing group: (?:...)
- Quantifier: *, +, ?, {n}, {n,}, {n,m}
- Unicode character class escape: \p{...}, \P{...}
- Wildcard: .
- Word boundary assertion: \b, \B
 
- 
    Errors- Overview
- AggregateError: No Promise in Promise.any was resolved
- Error: Permission denied to access property "x"
- InternalError: too much recursion
- RangeError: argument is not a valid code point
- RangeError: invalid array length
- RangeError: invalid date
- RangeError: precision is out of range
- RangeError: repeat count must be non-negative
- RangeError: x can't be converted to BigInt because it isn't an integer
- ReferenceError: "x" is not defined
- ReferenceError: assignment to undeclared variable "x"
- ReferenceError: can't access lexical declaration 'X' before initialization
- ReferenceError: deprecated caller or arguments usage
- ReferenceError: must call super constructor before using 'this' in derived class constructor
- ReferenceError: super() called twice in derived class constructor
- URIError: malformed URI sequence
- Warning: -file- is being assigned a //# sourceMappingURL, but already has one
- Warning: unreachable code after return statement
 
1
https eww ://.+.+.+.mozilla.org/REFERENCE/