DEV Community

Discussion on: Comprehensive tips for beginners to learn JavaScript and TypeScript

Collapse
 
tak089 profile image
Taki • Edited

if you know Javascript, you can start with the typescriptlang.org/docs/handbook/t... or github.com/basarat/typescript-book. Honestly, The best way is to pick a small Javascript project you've worked on and try converting it to typescript for hands-on learning :)))

Collapse
 
imhardik profile image
Hardik Gayner

Thanks I'll definitely try it