Introduction

When using async callback we need to consider scope. Especially if inside a loop. This simple article shows what not to do and a simple working example.