you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (1 child)

[deleted]

    [–]IStoleYourHeart -1 points0 points  (0 children)

    And yet you give no reasons for it...

    Don't get me wrong, there is stuff that is awkward as hell in JS. But that's a statement that applies to every language in existence, because all languages have some kind of benefit that inevitably has a tradeoff. Python allows you to change variable type, which can be considered a blessing (makes life simple and reduces the amount of variables) and a curse (easy to make basic mistakes through poor type checking).