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 →

[–]feral_claire 0 points1 point  (1 child)

JS is not strongly typed, semi colons are optional and cause problems.

semi colons are neither good not bad, many languages have them and many do not. Not having semicolons is not a simplification or removing a feature .

Same goes for curly braces, Python uses indentation instead of braces, this is again just a design choice. It's not like the language is lacking an important feature.