Closure icon indicating copy to clipboard operation
Closure copied to clipboard

Function closures and storing data in function scope

Results 22 Closure issues
Sort by recently updated
recently updated
newest added

I changed 2-array.test cause it said my line had a length of 96. Maximum allowed was 80 and my solution was short.

Does it matter how to call inherited method such as Array.prototype.pop(), through inherited array.pop() or Array.prototype.pop.call(array) ?