Closure
Closure copied to clipboard
Function closures and storing data in function scope
ok
I changed 2-array.test cause it said my line had a length of 96. Maximum allowed was 80 and my solution was short.
It says that Function array is not found.
Does it matter how to call inherited method such as Array.prototype.pop(), through inherited array.pop() or Array.prototype.pop.call(array) ?