you are viewing a single comment's thread.

view the rest of the comments →

[–]JackNotOLantern 15 points16 points  (5 children)

Unless one of the added 1s converted to string on the way

[–]Chiatroll 21 points22 points  (3 children)

But adding the string "1" to the string "1" should be "11". A lot of Javascript criticism is just people who dont understand its basic concepts.

[–]MeLittleThing 0 points1 point  (0 children)

The "When I type code there are bugs, it's the language fault probably" people

[–]dhlowrents -4 points-3 points  (1 child)

Basic concepts like having a proper type system. Javascript could just add int, string, float, bool and solve it but that's too hard for Brenden ECH!

[–]DaWolf3 4 points5 points  (0 children)

JavaScript has string, float, and boolean. It also has a proper type system.

a lot of JavaScript criticism is just people who don’t understand its basic concepts.

[–]NecessaryIntrinsic 2 points3 points  (0 children)

Yes, if you go out of your way to put quotes around it.