I came across Typescript today from Microsoft. It’s a superset of Javascript, that allows you to write a bunch of Javascript-like code and have it compile into Javascript. The main benefit here that I see is intellinsense and getting type checks at compile time.
Wouldn’t you love to write Javascript like this?
Nice intellisense!