โ๏ธ Code CompletionTS TypeScript Medium+20 XP
Generic Function
Complete the generic function.
โ๏ธ Fill in the blank
function identity<___>(arg: T): T {
return arg;
}Complete the generic function.
function identity<___>(arg: T): T {
return arg;
}