That’s the + unary operator. It’s equivalent to:
function(){ return Number(new Date); }
See http://xkr.us/articles/javascript/unary-add and MDN.
That’s the + unary operator. It’s equivalent to:
function(){ return Number(new Date); }
See http://xkr.us/articles/javascript/unary-add and MDN.