Skip to content

Instantly share code, notes, and snippets.

@kis
Created November 2, 2015 09:45
Show Gist options
  • Save kis/f839099e6e02caa7e30d to your computer and use it in GitHub Desktop.
Save kis/f839099e6e02caa7e30d to your computer and use it in GitHub Desktop.
TypeScript enhances JavaScript with types, classes and interfaces. Some people think that is the problem with JavaScript. It’s not. The problem with JavaScript is not that it is a dynamically typed prototype based object-oriented language without classes. That is actually JavaScript’s strength. The problem is that it is a poorly designed language, filled with many hidden land mines awaiting the unsuspecting developer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment