Function Keyword I believe that in javaScript the interpreter is understanding that you are creating a closure if function keyword is used inside another function and been returned.
how is closure working with let in js?

Function Keyword I believe that in javaScript the interpreter is understanding that you are creating a closure if function keyword is used inside another function and been returned.