Do you know that you do not need to specify any function’s parameter in TypeScript?
Yes, it is right, you do not need to specify any parameter in the TypeScript function, all you need is to use the rest syntax together with the array variable type assigned to that argument as follows:- The rest syntax is the one with three dots in front of the array argument with the number…
Read More “Do you know that you do not need to specify any function’s parameter in TypeScript?” »