開発環境
- OS X Lion - Apple(OS)
- Safari、Firefox + Firebug (Webプラウザ、プラグイン)
- BBEdit - Bare Bones Software, Inc.(Text Editor)
- プログラミング言語:JavaScript
- JavaScript Library: jQuery
『初めてのJavaScript 第2版』(シェリー・パワーズ著(Shelley Powers著)、武舎 広幸+武舎 るみ訳、オライリー・ジャパン、2009年、ISBN978-4-87311-425-5) の4章(JavaScriptオブジェクト)練習問第4-1.を解いてみる。
その他参考書籍
1.
コード(BBEdit)
var s = "羊,猿,鳥,犬,猪", animals = s.split(","), result = animals + "\n" + animals[2] + "\n"; animals.reverse(); result += animals; $('#pre0').text(result);
0 コメント:
コメントを投稿