QuizBeginner
Function Parameter Annotations
Parameter types are declared with a colon after each parameter name.
How do you annotate a parameter n as a number in a function declaration?
Parameter types are declared with a colon after each parameter name.
How do you annotate a parameter n as a number in a function declaration?