Understanding TypeScript: (Using Types in functions) ๐
TypeScript came to make it easier for developers to work. This JavaScript superset has very useful tools. Let's learn about types in functions.
We have the example below that has a simple function that returns a name:
const myAge: number = 21
const ...
thepragmaticengineer.hashnode.dev4 min read