Arrow Function Definitions,” *ECMAScript Language Specification¶
International, E. Arrow Function Definitions,” *ECMAScript Language Specification. ECMAScript Language Specification.
Cited by¶
1 citation across 1 artifact.
Each citation links to the sentence it supports in the citing article.
Domain-specific¶
- Anonymous Function
- … `lambda` evaluates to a procedure and binds formal parameters when applied; Python's `lambda` creates an anonymous function whose body is restricted to an expression; ECMAScript arrow-function syntax creates function objects with language-specific lexical treatment of `this`, `arguments`, `super`, and `new.target`.
This sourceDefines arrow-function syntax, function-object evaluation, and lexical treatment of language-specific bindings.
- … `lambda` evaluates to a procedure and binds formal parameters when applied; Python's `lambda` creates an anonymous function whose body is restricted to an expression; ECMAScript arrow-function syntax creates function objects with language-specific lexical treatment of `this`, `arguments`, `super`, and `new.target`.
Verification¶
This reference passed the adversarial substantiation pipeline: it was checked to exist and to support the claim it is attached to. See how references were verified.
Registry ID ref:eb7171666c2e · see in the full table