摘要:
/** Ternary Conditionals */ // //**Bad** // var isArthur = false; var weapon; if(isArthur){ weapon = "Excalibur"; }else{ weapon = "Longsword"; } // // 阅读全文
posted @ 2014-08-11 03:45
Zhentiw
阅读(164)
评论(0)
推荐(0)
摘要:
Sometime, use can rewrite the toString , valueOf method to make those function more useful: For exmaple, we can make valueOf() function to calcualte t 阅读全文
posted @ 2014-08-11 02:53
Zhentiw
阅读(236)
评论(0)
推荐(0)

浙公网安备 33010602011771号