JavaScript¶
Crockford, D. (2008). JavaScript: The Good Parts. O'Reilly Media.
Cited by¶
1 citation across 1 artifact.
Each citation links to the sentence it supports in the citing article.
Primes¶
- Portable Context Bundle
- The classic loop-capture bug makes the drift failure mode concrete: ten closures created in a loop that all share one mutable loop-variable capture the same binding, so by invocation time the captured value has drifted to the loop's final value and every closure returns it.
This sourceDescribes closures and the loop-variable capture pitfall in which closures share one mutable binding.
- The classic loop-capture bug makes the drift failure mode concrete: ten closures created in a loop that all share one mutable loop-variable capture the same binding, so by invocation time the captured value has drifted to the loop's final value and every closure returns it.
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:a86772336c62 · see in the full table