I can't understand the writing in this for loop.

what is the use of this code, especially if you can"t read the writing in the for loop

var a = function() {
        for (var a = 1 * new Date, b = 0; a == 1 * new Date; )
            bPP;
        return a.toString(16) + b.toString(16)
    }

https://statistic.zhaopin.cn/.

Jun.22,2021

should be used to generate a random hexadecimal string. An is the current number of milliseconds and b is the number of cycles in 1 millisecond, both of which are random.

Menu