<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yuma6128</author_name>
  <author_url>https://blog.hatena.ne.jp/yuma6128/</author_url>
  <blog_title>アウトプットを頑張る</blog_title>
  <blog_url>https://ingkiym926.hatenablog.com/</blog_url>
  <categories>
    <anon>プログラミング学習</anon>
  </categories>
  <description>JavaScriptの様々な関数定義 関数宣言 関数のときに紹介した定義する方法です。 ingkiym926.hatenablog.com function 関数名( 引数 ) { // 関数内の処理 } こちらの関数宣言はRubyと共通部分も多かったと思います。 JavaScriptでは関数の定義のために、別の方法があります。 今回は、関数定義方法である関数式を紹介します。 関数式 関数式と、関数宣言の違いは記述様式です。 // 関数宣言（これまで） function 関数名( 引数 ) { // 関数内の処理 } // 関数式 （今回） 変数 = function( 引数 ){ // 関数…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fingkiym926.hatenablog.com%2Fentry%2F2022%2F01%2F16%2F090000&quot; title=&quot;【プログラミング学習】JavaScriptの関数宣言 - アウトプットを頑張る&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>https://cdn-ak.f.st-hatena.com/images/fotolife/y/yuma6128/20220111/20220111072108.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-01-16 09:00:00</published>
  <title>【プログラミング学習】JavaScriptの関数宣言</title>
  <type>rich</type>
  <url>https://ingkiym926.hatenablog.com/entry/2022/01/16/090000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
