7

Serious question: why write in coffee or type script instead of normal JavaScript? Speed? Ease? Familiarity?

Comments
  • 4
    We write in TypeScript because it allows you to use data types which help to show up errors that you may not have noticed so quickly in JavaScript. There are a lot of benefits to using it, and I prefer it a lot more! 😊
Add Comment