Changes

Jump to navigation Jump to search
no edit summary
Line 45: Line 45:  
}
 
}
 
return foundThatThisIsAnInstanceOfDataController;
 
return foundThatThisIsAnInstanceOfDataController;
 +
}
 +
 +
function dive(array, read){
 +
return read.split('.').reduce(indexinterpolate, array);
 +
}
 +
 +
function check(array, read){
 +
        return read.split('.').reduce(indexcheck, array);
 
}
 
}
editors
3,524

edits

Navigation menu