Pocitame uzivatele.

This commit is contained in:
severak 2020-05-28 12:42:16 +02:00
parent ebda5d44cf
commit bd224a3b9e

View File

@ -23,7 +23,9 @@ axios.get('https://tilde.town/').then(function (response) {
date: datum
}));
console.log('now let\'s download users:');
console.log(users.length + ' users at all');
console.log('');
console.log('now let\'s download them:');
let offset = 0;
users.map(user => {