Explore Library
QuizIntermediate

@param and @type Precision

How closely JSDoc annotations are enforced when type checking is on.

With `// @ts-check` enabled, what happens if a JSDoc `@param {string} name` is called with a number?