If I'm considering trying to learn JavaScript should I just learn TypeScript instead, I always hear that it's a billion times better. I don't know I've always hated JavaScript the little bit I've played with it.
#asknostr
Login to reply
Replies (3)
maybe.
type checking makes for less bugs, libraries that use it are better than those that dont. but its easily bypassed by :any
Yes.
Yes. I think learning Deno or Typescript will allow you to move faster/make less mistakes.
Vanilla JS is so forgiving that maybe as a beginner you will make mistakes that you don't learn from.