Not add them ambigiously with
"a" + "b"but
String.concat("a", "b"); them?I'm guessing none of your developers ever has, because it doesn't work.
Why this acceptable:
String.fromCharCode(12);
but for concat, you have to do:
String("a").concat("b");?
Ridiculous.
![Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_e.png?x-id=5185f738-e63d-4979-b106-2283c1fbd252)
No comments:
Post a Comment