I have a function javascript
var foo = new function() { var c={"key":"123"}; this.print=function() { return c.key; } }