3

js es8 vs typescript?

Comments
  • 1
    Es8, no need to learn another language. Niche language.
  • 1
    Typescript
    It adds types into javascript, half of it you already know
    Its not a replacement of javascript, adds into it.
  • 2
    Typescript is pretty handy to be honest, but ES8 js is just as fine. Matter of preference.
  • 0
    TypeScript: the types really help to reduce the bugs early while you write the code
Add Comment