(Quick Reference)

asset:script

Description

Adds an inline block of JavaScript to a page. The point in the page where this block will be rendered is determined by the placement of <asset:deferredScripts/>

<asset:script>
    console.log('hello world');
</asset:script>