uniqueInteger.counter = 0; function uniqueInteger(){ return uniqueInteger.counter++; } console.log('uniqueInteger:',uniqueInteger()); console.log('uniqueInteger:',uniqueInteger());