タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

JavaScriptとbindに関するkimutanskのブックマーク (1)

  • Function.prototype.bind() - JavaScript | MDN

    標準組み込みオブジェクトFunctionコンストラクターFunction() コンストラクターインスタンスメソッドFunction.prototype.apply()Function.prototype.bind()Function.prototype.call()Function.prototype[@@hasInstance]()Function.prototype.toString()インスタンスプロパティFunction.arguments Non-standard 非推奨 Function.caller Non-standard 非推奨 Function.displayName Non-standard Function.lengthFunction.nameFunction: prototype継承Object/Function静的メソッドFunction.prototype.

    Function.prototype.bind() - JavaScript | MDN
    kimutansk
    kimutansk 2015/04/24
    関数に対してbindすることで、その関数内のthisを差し替える、ですか。はまって、ようやく何かを理解できた気がします。
  • 1