5 ms·
After completion of Eloquent JavaScript and a decent comfort level with modern JS, is there an equally great resource to then transition into TypeScript?
by ttubrian 4y ago
After completion of Eloquent JavaScript and a decent comfort level with modern JS, is there an equally great resource to then transition into TypeScript?
- gleam_user 4y agoTypescript docs are good [0], and it's incredibly easy to pick up, since it's just javascript with type annotations. [0]: https://www.typescriptlang.org/docs/ https://www.typescriptlang.org/docs/