It worked, Indsy. As always, those callbacks are delicious.
They say if you run this down in the dev console, you'll get coffee for life.
[code]setTimeout(function () {
console.log("These");
setTimeout(function () {
console.log("are");
setTimeout(function () {
console.log("yummy");
setTimeout(function () {
console.log("callbacks");
}, 250);
}, 500)
}, 1000);
}, 1500);[/code]
You still on Twitter? Would love to talk with you more.
09-Apr-2018 00:02:19