I'm trying to set different timestamps for each item in array, but I assume because the iteration happens so fast some items have the same timestamp (in milliseconds). Is there a way in pure JavaScript where I can get a timestamp down to the nanoseconds?
Is my assumption even correct?