UI Deploy

Curated, Short, Web UI Dev we Love.

What is TypeScript? Pros and Cons

JavaScript is far from the best-designed language and has a number of features and quirks that make it difficult to build large-scale applications:
  • It’s easy to define a variable in a global namespace in JavaScript
  • The equality operator (“==”) type coercion rules are confusing and error-prone
  • “This” keyword can refer to a different object when used inside a function depending upon the way that function was invoked
These are just a few of the examples of standard JavaScript behaviors that can be confusing and error-ridden code.

view source

Instagram Follow Adder