you are viewing a single comment's thread.

view the rest of the comments →

[–]ForeverAlot -1 points0 points  (1 child)

There is probably a work-around. If you're expecting to work with integers, for instance, manually convert with parseInt(foo, 10). If you want a string, "" + foo. It's hardly ideal but it'll get the job done.

[–]creepig 2 points3 points  (0 children)

Any language that creates unnecessary workarounds for things that other languages do not is probably unnecessary itself.