Quiz

Check your understanding of Universal JavaScript.

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

What is true about a module bundler?

A.

It helps reduce the total number of files.

B.

Its work can be divided into two steps: dependency resolution and packing.

C.

It builds a data structure called modules map during the dependency resolution phase.

D.

All of the above.


1 / 5