#typescript
Read more stories on Hashnode
Articles with this tag
TypeScript is JavaScript with syntax for types. Here are some common types and how we could use them: // number function add(a: number, b: number):...