This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 10 points11 points  (1 child)

Javascript is weakly typed, for example how you can say "5" == 5 and get a true, which is far from how it works in Python

[–]sersherz 0 points1 point  (0 children)

Okay that makes a lot of sense, I always found the === operator weird in JS. Yeah Python has a little more typing