Therefore, you need a variable defined within the closure—a variable defined within the outer function `limit_to_three_uses()`. The inner function `wrapper()` will have access to this variable. See Day 1 in the series to refresh your memory on closures
0 likes 1 replies
?