SOURCE

uniqueInteger.counter = 0;

function uniqueInteger(){
    return uniqueInteger.counter++;
}

console.log('uniqueInteger:',uniqueInteger());
console.log('uniqueInteger:',uniqueInteger());
console 命令行工具 X clear

                    
>
console