alhassy / alhassy/JavaScriptCheatSheet

`this` is not tied to the function

Ouverte
#5 2 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
help wanted
Langage dominant
Aucune donnée de langage
Étoiles
221
Forks
23
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

There's a section called:

> The this of Parent Scopes

And it starts by saying:

> Since each function has its own `this` binding, whose value depends on the way it is called, you cannot refer to the `this` of the wrapping scope in a regular function defined with the function keyword.

This is incorrectly worded. There is no concept at all of "the `this` of a scope", as it's not associated to a _scope_. So the title is not correct. Also the explanation will be confusing to novices because it, again, relates `this` to some wrapping _scope_.

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.