<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>u_7cc</author_name>
  <author_url>https://blog.hatena.ne.jp/u_7cc/</author_url>
  <blog_title>7cc@はてなブログ</blog_title>
  <blog_url>https://7cc.hatenadiary.jp/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>基礎事項 2つの違いについての説明は最低限のみします 構文 関数宣言(declaration) function x() {} 関数式(expression) var x = function(){} 本当は違うけれど・・・詳細はFunction コンストラクタか関数宣言か関数式か &quot;関数宣言は同時にその関数名と同じ名前の変数を作成&quot; する ;(function(){ &quot;use strict&quot; a = 1 // var で変数宣言をしていないがエラーにならない。 function a(){} // 関数宣言をあとで宣言しても、このスコープではaが変数となるから })() ;(function(…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2F7cc.hatenadiary.jp%2Fentry%2Ffunction-expression-declaration&quot; title=&quot;関数式と関数宣言の優先順位 JavaScript - 7cc@はてなブログ&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>2013-09-01 00:48:04</published>
  <title>関数式と関数宣言の優先順位 JavaScript</title>
  <type>rich</type>
  <url>https://7cc.hatenadiary.jp/entry/function-expression-declaration</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
