We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Updated Optimization killers (markdown)
add clarification about version of V8 for `try/catch/finally`
fix missing space at 5.1
just markdown formatting
Generators are now optimized by Turbofan
unify javascript Javascript to JavaScript
Note compound let/const now optimized in V8 5.6
Add missing topic to TOC and change markdown syntax in TOC to be more flexible
Add link to a page explaining what "compound let assignment" means.
Turbo fan will optimize the eval statement.
Replace `with(){}` with `eval('')` in `exampleFunction`, as `with` is now optimized by TurboFan.
Rename `containsWith` to `exampleFunction`, preparing for actual change
less verbose example for non-leaking arguments
Update 4. Switch-case
detect TurboFan optimization
Grammar: refactoring -> refactor
Fix grammar and formatting
hidden classes are not safe when using `#apply`
revert changes
just ask a question
Reassigning a defined parameter while also mentioning `arguments` is safe in strict mode.