Joined November 2011
·

Ian Beveridge

Kupio
·
Scotland
·
·
·

Posted to Get Lazy in javascript coding over 1 year ago

The prepended plus sign is also a nice lazy way to get the current time in milliseconds

var time = new Date().getTime();

vs

vat time = +new Date();
Achievements
50 Karma
0 Total ProTip Views