Expression
Includes the result of a JavaScript expression in the page.
Syntax
<%= JavaScript expression %>
Example
First Name: <b><%= recipient.firstName %></b>
Includes the result of a JavaScript expression in the page.
<%= JavaScript expression %>
First Name: <b><%= recipient.firstName %></b>