functions
Learn Functions In TypeScript
· ☕ 5 min read · ✍️ Adesh
In this blog, we are going to learn about various kind of functions used in TypeScript. Functions are core of any programming language. Functions are used to write readable, maintainable and reusable code of blocks in any programming language.