Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
<script runat="server">
Platform.Load("core","1.1.1");
// set the value of a firstName variable
var firstName = "John";
</script>
<script>
var firstName = ("<ctrl:var name=firstName/>");
console.log(firstName);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment