FlashcardBeginner
Contextual Typing of Parameters
TypeScript infers parameter types of inline functions from context.
Question
Why don't inline callback parameters always need type annotations?
Click to reveal answer
TypeScript infers parameter types of inline functions from context.
Why don't inline callback parameters always need type annotations?