Loading First-class-function example ...
....
var a = Number( dojo.byId("a").value );
var b = Number( dojo.byId("b").value );
var c = Number( dojo.byId("c").value );
reset();
....

function reset () {
   // Reset HTML elements
   dojo.byId("content").innerHTML ="";
   dojo.byId("functions").innerHTML ="";
}
dojo.xhrPost({
   url: "data/object.json",
   handleAs: "json",
   load: function(data,ioargs){...}
});
function calculator (a, b, c, func){
   return func(a,b,c);
};

First Class Functions

List of elements (by name):
Functions:

Dojo version selector:

path:
Load time:
Here of css Load time:
Here of dojo Load time:
Parse time: