Typing Objects in TypeScript

In this blog post, we will explore how objects and properties are typed statically in TypeScript. Read more

Similar

TypeScript 4.0

Consider a function in JavaScript called concat that takes two array or tuple types and concatenates them together to make a new array. (more…)

Read more »