First of All, if you are a newbie and don't know What is JavaScript ?
JavaScript is a programming language primarily used for creating interactive...
For further actions, you may consider blocking this person and/or reporting abuse
A closure is a programmable scope where functions only change variables with the scope.
a closure is not a function. just because in javascript a function can be a closure. You are totally mistaking one thing for another.