SYIn the last picture from Pinterest, Why let/const cann't be global scoped? Top-Level let/const can declare global variablesComment·Article·Jul 25, 2023·Three Sisters [var, let, const]
SYWhy the new Function() constructor does not create a closure? IMO: every function in JS is a closure, the function created by new Function() has the global-env as it's outer environmentComment·Article·Jul 24, 2023·Unlocking the Power of JavaScript Closures