Status: Tags: Links: JavaScript MOC
JavaScript Interview Tips
When on an interview, a frontend developer gets a question about “what’s a closure?”, a valid answer would be a definition of the closure and an explanation that all functions in JavaScript are closures, and maybe a few more words about technical details: the Environment
property and how Lexical Environments work.
References:
Created:: 2021-06-13 16:17