I think I wanted to explain the difference between arrow and normal functions, but I kinda explained this and closures by accident
Glossary
A binding is a variable name (this I borrow from the previous glossary). Can be classified into one of two categories:
A lexical binding, which can be determined at the lexing step of the compilation. Any variable or function declaration i...
marcoss.hashnode.dev9 min read