注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
new operator Wednesday, 23 October 2013 I was playing around with new operators when I noticed so... new operator Wednesday, 23 October 2013 I was playing around with new operators when I noticed something cool and unexpected. If you return a function the new operator will not create a new object instance but instead return a function. This means that stuff like: new new new new new new function f(){return f} Is perfectly valid code. That made me think maybe it would cause a crash. Yep course it
2013/10/25 リンク