<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 初心者向けJavaScript勉強会の資料公開と補足</title>
	<atom:link href="http://ukstudio.jp/2007/07/16/070714_js/feed/" rel="self" type="application/rss+xml" />
	<link>http://ukstudio.jp/2007/07/16/070714_js/</link>
	<description>いわゆる86世代のブログです</description>
	<lastBuildDate>Fri, 03 Feb 2012 19:58:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: kosugi</title>
		<link>http://ukstudio.jp/2007/07/16/070714_js/#comment-11</link>
		<dc:creator>kosugi</dc:creator>
		<pubDate>Wed, 18 Jul 2007 13:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://ukstudio.sakura.ne.jp/2007/07/16/070714_js/#comment-11</guid>
		<description>array.0 でエラーになるのは，単にこの文脈では「プロパティ名」ではなく「識別子」が求められているからですね (識別子は数字で始まらない)．

逆に，オブジェクト初期化子では「プロパティ名」が求められているので { 0: &quot;インデックス0&quot; } と書ける．

探求のきっかけになる良い勉強会でした．
またお願いします(とかいう</description>
		<content:encoded><![CDATA[							<p>array.0 でエラーになるのは，単にこの文脈では「プロパティ名」ではなく「識別子」が求められているからですね (識別子は数字で始まらない)．</p>
							<p>逆に，オブジェクト初期化子では「プロパティ名」が求められているので { 0: &#8220;インデックス0&#8243; } と書ける．</p>
							<p>探求のきっかけになる良い勉強会でした．<br />
							またお願いします(とかいう</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UK</title>
		<link>http://ukstudio.jp/2007/07/16/070714_js/#comment-10</link>
		<dc:creator>UK</dc:creator>
		<pubDate>Tue, 17 Jul 2007 05:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://ukstudio.sakura.ne.jp/2007/07/16/070714_js/#comment-10</guid>
		<description>@ねこ
たのしかったよー。つかれたけどｗ

まぁきっとそんな感じだよね。
いつかJSの実装読んでみたいな。
JSの実装ってなんだろ。C?</description>
		<content:encoded><![CDATA[							<p>@ねこ<br />
							たのしかったよー。つかれたけどｗ</p>
							<p>まぁきっとそんな感じだよね。<br />
							いつかJSの実装読んでみたいな。<br />
							JSの実装ってなんだろ。C?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pruto.jp</title>
		<link>http://ukstudio.jp/2007/07/16/070714_js/#comment-9</link>
		<dc:creator>pruto.jp</dc:creator>
		<pubDate>Tue, 17 Jul 2007 03:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://ukstudio.sakura.ne.jp/2007/07/16/070714_js/#comment-9</guid>
		<description>&lt;strong&gt;JS勉強会・WEB標準の日々のレポート...&lt;/strong&gt;

7月半ばの3連休に行われた、初心者向けJavascript勉強会・WEB標準の日々のレポート。&lt;a href=&quot;http://pruto.jp/2007/07/17/1046&quot; rel=&quot;nofollow&quot;&gt; (more...)&lt;/a&gt;</description>
		<content:encoded><![CDATA[							<p><strong>JS勉強会・WEB標準の日々のレポート&#8230;</strong></p>
							<p>7月半ばの3連休に行われた、初心者向けJavascript勉強会・WEB標準の日々のレポート。<a href="http://pruto.jp/2007/07/17/1046" rel="nofollow"> (more&#8230;)</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 都会の猫</title>
		<link>http://ukstudio.jp/2007/07/16/070714_js/#comment-8</link>
		<dc:creator>都会の猫</dc:creator>
		<pubDate>Mon, 16 Jul 2007 11:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://ukstudio.sakura.ne.jp/2007/07/16/070714_js/#comment-8</guid>
		<description>ふむふむ。
なかなか楽しそうじゃないか、というコメントを残すテスト。


 ＞ただ、自分もちょっとよくわかってない点がarray.0でエラーがでるところですね。多分、0がプリミティブな数値リテラルとして扱われてるからかなとか思うんですがなんともかんとも。

ってのは概ねそんな感じかと。
JavaScriptで変数の頭に数字が使えないってのがキーかなぁ。</description>
		<content:encoded><![CDATA[							<p>ふむふむ。<br />
							なかなか楽しそうじゃないか、というコメントを残すテスト。</p>
							<p> ＞ただ、自分もちょっとよくわかってない点がarray.0でエラーがでるところですね。多分、0がプリミティブな数値リテラルとして扱われてるからかなとか思うんですがなんともかんとも。</p>
							<p>ってのは概ねそんな感じかと。<br />
							JavaScriptで変数の頭に数字が使えないってのがキーかなぁ。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

