Mastering TypeScript: From Loose to Strong Typing: Part 3
Understanding TypeScript Functions and Type Aliases
Dec 18, 20233 min read7

Search for a command to run...
Articles tagged with #blogging
Understanding TypeScript Functions and Type Aliases

Type Coercion and Falsy values Javascript automatically or implicitly converts values from one data type to another. This means conversion from Number to String String to Number Boolean to Number etc. note - We can perform all the activities Usin...
