Beginner TypeScript
Q35 / 100

What is the purpose of the "export" keyword?

Correct! Well done.

Incorrect.

The correct answer is B) To make a variable, function, class, or type available to other modules

B

Correct Answer

To make a variable, function, class, or type available to other modules

Explanation

export makes declarations accessible from other files via import statements.

Progress
35/100