QuizIntermediate
Explicit Type Argument Specification
Understand how to explicitly provide a type argument at a call site.
How do you explicitly specify the type argument when calling function wrap<T>(x: T): T[] with a string?
Understand how to explicitly provide a type argument at a call site.
How do you explicitly specify the type argument when calling function wrap<T>(x: T): T[] with a string?