+ + new Date
Output
1429943200207
I saw this strange statement in our thirdparty plugin. I tried to break the logic but I can't. It returns the current time in ms as same as new Date().getTime().
Is that an alternate way to return in current time ms?
How it works?