<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>takeru-c</author_name>
  <author_url>https://blog.hatena.ne.jp/takeru-c/</author_url>
  <blog_title>パンプキンスパイスラテ</blog_title>
  <blog_url>https://pumpkin.hatenablog.jp/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>これ有名だったのね。知らなかった。ロジックだけわかれば、すげー簡単だった。javascriptでたった5行！俺は10行以上かけてしまったよ。。。 条件 1から100までカウントする 3の倍数の時は「Fizz」と表示 5の倍数の時は「Buzz」と表示 3と5の倍数の時は「FizzBuzz」と表示 javascriptで書いてみた。 for(var i=1; i &lt;= 100; i++){ if(i % 3 == 0) document.write('Fizz'); if(i % 5 == 0) document.write('Buzz'); if(i % 3 != 0 &amp;&amp; i % 5 != 0…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpumpkin.hatenablog.jp%2Fentry%2F20080719%2F1216461165&quot; title=&quot;FizzBuzz問題 - パンプキンスパイスラテ&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>2008-07-19 18:52:45</published>
  <title>FizzBuzz問題</title>
  <type>rich</type>
  <url>https://pumpkin.hatenablog.jp/entry/20080719/1216461165</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
