Francis 🚀 Gulotta · @reconbot
239 followers · 6342 posts · Server toot.cafe

The bad behavior of the past becomes the expected behavior 😂
---
RT @getify
without trying this code, what will it print?

let a = [];
a[3] = 10;
a[5] = 20;
for (let x of a) {
console.log(x);
}
// ??
twitter.com/getify/status/1201

#jsquiz

Last updated 6 years ago