A closure reads a let binding that is reassigned after the function is created. Which val…

from Closures
Node 24 intermediate 1 min

A closure reads a let binding that is reassigned after the function is created. Which value does a later call normally observe?

Report an error