TypeScriptFunctions & Function Types

37 items

QuizBeginner

Typing Callback Parameters

Learn how to declare a parameter that is itself a callback function.

How do you type a parameter `cb` that is a callback taking a number and returning nothing?