As long as they are the same, from time to time you will see something like the following:
someFunction(val, callback){
if (typeof val != 'object')
return callback(new Error('val must be an object'));
callback(null, val);
};
, return "" . , ; ( , ), else.