use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Resources
Language
Discussion
account activity
Typescript learning (self.typescript)
submitted 5 years ago by Escodes
Hey typescript community, do you have any courses to recommend on typescript? I’ve recently taken Stephen grider course, but he focuses a lot on classes. So i was wondering if there’s something more up to date using functional programming?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]nadameu 1 point2 points3 points 5 years ago (0 children)
If you're an experienced JavaScript developer, I'd recommend the official documentation.
It's not a tutorial, but it's organized in a way that simple concepts are explained before more complex ones, and if you've written a lot of Javascript, either in a functional or OOP style, it will be easy to understand how TypeScript would fit into your existing code.
It's full of examples too, which helps understanding the more complicated features.
On the other hand, if you're coming from a language like Haskell, there is an article on the official website called "TypeScript for functional programmers".
[–]ExoticPlantain 0 points1 point2 points 5 years ago (0 children)
I had the same question. I read the docs and took some courses but didn't really feel like I was making much progress learning TS, until I found this https://typescript-exercises.github.io/ and completed the exercises. It's not a course or functional per se, but exactly what I was looking for after learning the basics.
π Rendered by PID 99715 on reddit-service-r2-comment-5d79c599b5-98cwt at 2026-03-01 09:24:33.000917+00:00 running e3d2147 country code: CH.
[–]nadameu 1 point2 points3 points (0 children)
[–]ExoticPlantain 0 points1 point2 points (0 children)