In my limited experience converting code from JS to TS I know I used narrowing and while I get the concept and its utility I didn't really grasp exactly what it can and can't do in TS and how it works. Some exercises on that topic would surely help other people.
In my limited experience converting code from JS to TS I know I used narrowing and while I get the concept and its utility I didn't really grasp exactly what it can and can't do in TS and how it works. Some exercises on that topic would surely help other people.