AssetMapper: Modern JS with Zero Build System
JavaScript & importmap
  Start your All-Access Pass to unlock this challenge
Buy Access Login

Challenge 1 / 1

Suppose you have a file called assets/quack.js with some code like this:

import Beak from './beak.js';

// ...

If you wanted to execute this file in a real project, you should import it from assets/app.js. But, for an added challenge: how could you cause your browser to directly execute this file?

Skip challenges and go to theNext Chapter

Turn Challenges Off?

All further challenges will be skipped automatically.
You can re-enable challenges at any time on this page or from your account page.