<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gorton-lab</author_name>
  <author_url>https://blog.hatena.ne.jp/gorton-lab/</author_url>
  <blog_title>gorton-lab　日記の下書き</blog_title>
  <blog_url>https://gorton-lab.hatenadiary.org/</blog_url>
  <categories>
    <anon>javascript</anon>
    <anon>programing</anon>
  </categories>
  <description>【例1】 var a = x ? b : c;は以下と等価 if(x) { var a = b; } else { var a = c; }【例2】 var a = (x || y) ? b : c;if(x || y) {var a = b;} else {var a = c;}【例3】 var a = x ? b : ( i || j ) ? c : d;if(x){ var a = b; } else { if( i || j ) { var a = c; } else { var a = d; } }</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgorton-lab.hatenadiary.org%2Fentry%2F20100415%2F1271305870&quot; title=&quot; 三項演算子 - gorton-lab　日記の下書き&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>2010-04-15 13:31:10</published>
  <title> 三項演算子</title>
  <type>rich</type>
  <url>https://gorton-lab.hatenadiary.org/entry/20100415/1271305870</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
