var laboratory_others = { stringSubstitute: function(){ console.log( dojo.string.substitute( "${0} and ${1}.",["Jack","Jill"],function( str ){ return str + "-----"; } ) ); } }
var laboratory_others = { stringSubstitute: function(){ console.log( dojo.string.substitute( "${0} and ${1}.",["Jack","Jill"],function( str ){ return str + "-----"; } ) ); } }