Quiz

Check your understanding of the module system.

We'll cover the following...
Technical Quiz
1.

Which variables are used to export public functionality from a CommonJS module?

A.

require and exports

B.

exports and module.exports

C.

module and module.exports

D.

module and exports


1 / 5