<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>edgegram</author_name>
  <author_url>https://blog.hatena.ne.jp/edgegram/</author_url>
  <blog_title>edgegram</blog_title>
  <blog_url>https://edgegram.hatenablog.jp/</blog_url>
  <categories>
    <anon>JavaScript</anon>
    <anon>Underscore.js</anon>
  </categories>
  <description>bind _.bind(function, object, *arguments) 関数のオブジェクト束縛。関数を変数にして引き回せるJavaScriptならでは。 Javaな自分には最初理解できなんだ。 関数内のthisをオブジェクトに割り当てる。 今は標準でbindが実装されているが、実装が曖昧という記述も見たのでしばらくは使うかも。 var func = function(greeting){ return greeting + ': ' + this.name }; func = _.bind(func, {name: 'moe'}, 'hi'); func(); =&gt; 'hi: mo…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fedgegram.hatenablog.jp%2Fentry%2F2016%2F03%2F03%2F183036&quot; title=&quot;Underscore.jsおさらい4(Functions) - edgegram&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-03-03 18:30:36</published>
  <title>Underscore.jsおさらい4(Functions)</title>
  <type>rich</type>
  <url>https://edgegram.hatenablog.jp/entry/2016/03/03/183036</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
