`this` is not tied to the function

オープン
#5 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
1/5
見積もり時間
1時間未満
初心者へのやさしさ
50/100
issue の種類
ドキュメント
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
javascript
領域
documentation

調査の方向性

JavaScriptCheatSheetのドキュメントで「The this of Parent Scopes」というタイトルのセクションを見つけ、その周辺の説明を読んでください。thisをスコープと関連付けないように、タイトルと文言を修正してください。初心者にとって説明が正確で明確になれば完了です。

索引モデルが issue の本文から書いたものです。

説明

help wanted

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.

主要言語
言語のデータがありません
スター
221
フォーク
23
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

alhassy/JavaScriptCheatSheet のほかの issue

alhassy/JavaScriptCheatSheet の issue をすべて見る

似ている issue

Documentation の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。