8

I honestly treat JavaScript as a binary executable format nowadays. It's an output format for me.

I choose you, TypeScript.

Comments
  • 1
    Yes! TS is beautiful.
  • 3
    I recently switched back to plain javascript since with all the new features all Typescript has to offer is typehinting, something also done with JSDoc.
  • 1
    @Codex404 I haven't been excited about a JS feature in a long time, but these features (specifically optional chaining) might tempt me to return back to plain ES if they aren't implemented in TypeScript soon.

    https://medium.freecodecamp.org/her...

    I mean, JS is becoming awesome; but I still can't live without strict typing.
  • 0
    @Codex404 and interfaces?
Add Comment