Upgrade to Pro — share decks privately, control downloads, hide ads and more …

ふだんのJavaScript開発環境 (Community Open Day 2012)

ふだんのJavaScript開発環境 (Community Open Day 2012)

PowerPointのファイル: http://sdrv.ms/JV2DbO

Mayuki Sawatari

June 09, 2012
Tweet

More Decks by Mayuki Sawatari

Other Decks in Programming

Transcript

  1. 2

  2. Web

  3. ?

  4. (function () { ("Test 1", function () { (1 ==

    new () (1), "1 == 1"); (2 == new () (2), "2 == 2"); }); ("Test 2", function () { (1 != new () (1), "1 != 1"); (2 != new () (2), "2 != 2"); }); })();