Tutorial on closures?

This link Functional JS #4: Closures. What are Closures and what are they… | by Krzysztof Czernek | DailyJS | Medium might help understand them, although it’s examples are javascript. The concepts are the same. Similarly in Go: What is a Closure? - Calhoun.io. I assume you’ve seen the brief mention of closures in the julia manual.