Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save trycf/0b99ebfa8d5b3f18a6d3eedf73a300c4 to your computer and use it in GitHub Desktop.

Select an option

Save trycf/0b99ebfa8d5b3f18a6d3eedf73a300c4 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
test = function() {
var certs = [];
var payPeriods = {}
return {
"certs": certs,
"specs": specs,
"payPeriods": payPeriods
};
}
writedump(
test()
);
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment