#New to TS
1 messages · Page 1 of 1 (latest)
@sharp karma The official handbook is generally the best starting place: https://www.typescriptlang.org/docs/handbook/intro.html
Your first step to learn TypeScript
There's also intro-pages depending on what your background is: https://www.typescriptlang.org/docs/handbook/typescript-from-scratch.html
Learn TypeScript from scratch
First, learn JavaScript.
Second, learn the exclusive syntax and more types of TypeScript, using the websites that RetSam19 suggested.