2012-07-08から1日間の記事一覧

少しモヤモヤが解消されたのでmemoる

spidermonkeyを使ってコンソールで以下のJavaScriptを実行 js> var obj = new Object(); js> var fn = new Function(); js> print(typeof obj); object js> print(typeof fn); function js> print(typeof Object); function js> print(typeof String); funct…