Arrays in TypeScript
When we create an array, we need consistency in the type of values that are being added to the array. This feature is not present in JavaScript and hence TypeScript comes as a savior.
In addition to deciding the type of value being added to the array...
siddhantsiddh15.hashnode.dev4 min read