...

/

Quiz: Strict Compiler Options

Quiz: Strict Compiler Options

Test your understanding of the strict compiler options in TypeScript.

We'll cover the following...

Strict Compiler Options

1.

Which TypeScript compiler option is used to enable strict null checks?

A.

noImplicitReturns

B.

strictNullChecks

C.

noUnusedLocals

D.

noUnusedParameters


1 / 5