Comment on Ask HN: Help, I'm Drowning in JavaScriptparentComments−ttubrian4yAfter completion of Eloquent JavaScript and a decent comfort level with modern JS, is there an equally great resource to then transition into TypeScript?−gleam_user4yTypescript 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/
Comments
After completion of Eloquent JavaScript and a decent comfort level with modern JS, is there an equally great resource to then transition into TypeScript?
Typescript 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/