Skip to main content
โœ๏ธ Code CompletionTS TypeScript Medium+20 XP

Generic Function

Complete the generic function.

โœ๏ธ Fill in the blank
function identity<___>(arg: T): T {
    return arg;
}

โœ๏ธ Type the missing code:

Priygop - Leading Professional Development Platform | Expert Courses & Interview Prep