What does the function keyword represent in TypeScript?
It defines a variable that can hold any value.
It creates a named function with parameters and return type.
It defines a class method.
It defines a constant value for a function expression.
This question is part of this quiz :
TypeScript Functions Quiz