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

Challenge 1 / 1

What would happen if you added this into the middle of a Twig template?

<script type="module">
import _ from 'lodash';

const text = _.camelCase('Will this work?');
document.querySelector('.foo').innerText = text; 
</script>
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.