find-item-in-array
This method finds N-th item from end of array and returns its. If you require N-th more than length of array, then it returns first item.
Version 1.0.1 License MIT
This method finds N-th item from end of array and returns its. If you require N-th more than length of array, then it returns first item.