What will be the inferred return type of this function?
function greet() { return "Hello, TypeScript!"; }
void
any
string
unknown
This question is part of this quiz :