Skip to content

Instantly share code, notes, and snippets.

View Magvin's full-sized avatar

Zans Magvin

View GitHub Profile

Keybase proof

I hereby claim:

  • I am magvin on github.
  • I am magvin (https://keybase.io/magvin) on keybase.
  • I have a public key ASD7ygUqSUrhwXXLlqRpdQ7_oBtHuFsAEp9v2muQE5llSwo

To claim this, I am signing this object:

function scrapp(promise, i) {
return new Promise((resolve, reject) => {
promise.then(res => {
resolve(res);
if (i <= hardCoded) {
scrapp(scrappCars(i), i + 1).then(res => {
if (i >= hardCoded) {
console.log(Object.keys(newCollectionMap).length);
// compareVehicleCollection();
}