Quiz
Check your understanding of the module system.
We'll cover the following...
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
Question 1 of 50 attempted