Example 2: Displaying Value of JavaScript Function Call¶
You can use EXPRESSION to display results of standard JavaScript functions:
<!--{= Math.random() }-->
Output
0.4609496535267681
This example displays the result of the standard JavaScript Math.random() function.