This little jQuery plugin:
jQuery.fn.reverse = [].reverse;
How it works? Where is the object binding the prototype of the array for the inverse function? I really don't understand how this works behind the scenes. Some explanations would be nice. Greetings
source
share