Quiz: Modules in TypeScript
Test your understanding of modules in TypeScript.
We'll cover the following...
Modules in TypeScript
1
Which statement is true about importing modules in TypeScript?
A)
We can use the import
keyword to import any file in our project.
B)
We can use the import
keyword to import a module from an external library.
C)
We can only import modules that have been compiled to JavaScript.
Question 1 of 40 attempted