we can use without # in the cfset. In the above example we do have
<cfset jsStringValue = JSStringFormat(#stringValue#)> this format. Instead of this statement we could use like
<cfset jsStringValue = JSStringFormat(stringValue)>